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).
| Method | PATCH |
| Path | /v1/sessions/:id |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | sessions |
Request body
{ "title": "BTC breakout plan" }Response body
{ "id": "chat_abc", "title": "BTC breakout plan" }