v1

latestOpenAPI 3.0.02026-07-1339031.2 KB
Sidekick

Rename a sidekick chat

patch/api/sidekick/v1/chats/{id}

Path parameters

idstring required
Example:01JABC123

Request body

titlestring required

Response

Chat renamed

successboolean required
{"stackTrail":"paths:/api/sidekick/v1/chats/{id}:patch:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","nullable":true}

Example response

{
  "success": true
}