cURL
curl --request PUT \ --url https://api.camelai.com/api/v1/threads/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>" }'
{ "id": 123, "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z", "connection_ids": "<any>", "connection_names": "<string>", "message_count": "<string>", "model": "sonnet-4", "source": "UI", "uid": "<string>" }
Update the title of a thread.
JWT or API key authentication using Bearer scheme
A unique integer value identifying this thread.
Serializer for Thread model.
Was this page helpful?