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>", "alias": "<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", "prepare_status": "<string>", "chunks_total": 123, "chunks_completed": 123, "current_counts": {} }
Rename a compile thread.
Successful Response
Show child attributes