cURL
curl --request PATCH \ --url https://api.faces.sh/v1/compile/threads/{thread_id} \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>" } '
{ "thread_id": "<string>", "label": "<string>", "model": "<string>", "source": "<string>", "message_count": 123, "messages_archived": 123, "synced": true, "token_count": 123, "user_token_count": 123, "tokens_used": 123, "tokens_limit": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Rename a compile thread.
Successful Response