MINARA

Rename a chat session

PATCH /v1/sessions/:id — Set the session's title. A manual rename wins over the background LLM-generated title (which only fills a still-empty ti

PATCH /v1/sessions/:id

Set the session's title. A manual rename wins over the background LLM-generated title (which only fills a still-empty title).

MethodPATCH
Path/v1/sessions/:id
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorysessions

Request body

{ "title": "BTC breakout plan" }

Response body

{ "id": "chat_abc", "title": "BTC breakout plan" }

On this page