---
title: "Changes to Update Conversation"
method: PATCH
path: "/api/conversations/{conversation_id}"
---

# Changes to Update Conversation

`PATCH /api/conversations/{conversation_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 11 revisions.

- **2026-03-22** `6dc2d6f33d44` — 8 breaking, 12 info

## 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`
  - removed the enum value `archived` of the request property `status`
  - the response property `data` became optional for the status `200`
  - the response property `success` became optional for the status `200`
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - api operation id `update_conversation_api_conversations__conversation_id__patch` was added
  - the endpoint scheme security `HTTPBearer` was added to the API
  - api tag `conversations` added
  - api tag `Conversations` removed
  - request property `starred` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `status` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `title` list-of-types was widened by adding types `null` to media type `application/json`
  - added the non-success response with the status `422`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`
  - added the optional property `error` to the response with the `200` status
  - the `success` response's property default value `true` was added for the status `200`

---

[Operation](https://skmtc.dev/fim-ai/apis/fim-one-api/docs/api/conversations/:conversation_id/patch.md) · [API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [Page](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/conversations/:conversation_id/patch)
