Update a conversation’s title. Returns 204 on success.
cURL
curl --request PATCH \ --url https://api.zo.computer/conversations/{conversation_id}/title \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Zo API key (zo_sk_...)
New conversation title (1-160 characters)
1 - 160
Successful Response