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

# Update Conversation

`PATCH /api/conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, required

## Request body

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

## Response `200`

Successful Response

- ApiResponse
  - `success` boolean
  - `data` unknown
  - `error` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-22** `6dc2d6f33d44` — 8 breaking, 12 info
  - the request property `starred` became not nullable
  - the request property `status` became not nullable
  - the request property `title` became not nullable
  - removed the enum value `active` of the request property `status`
  - …16 more

[Change history](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/conversations/:conversation_id/patch.md)

---

[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/89738ff55831/schema)
