---
title: "Update Conversation"
method: PATCH
path: "/api/conversations/{conversation_id}"
tags: ["Conversations"]
---

# Update Conversation

`PATCH /api/conversations/{conversation_id}`

Update conversation title, status, or starred flag.

## Path parameters

- `conversation_id` string, required

## Request body

- ConversationUpdate
  - `title` string, nullable
  - `status` 'active' | 'archived', nullable
  - `starred` boolean, nullable

## Response `200`

Conversation updated

- ApiResponse
  - `success` boolean, required
  - `data` object, required

## Other responses

- `401` — Unauthorized
- `404` — Conversation not found

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/6832c00d58dc/schema)
