Update thread name

Update chat thread name

patch
/chat/agents/{agentId}/threads/{threadId}

Updates the name of an existing chat thread. The thread must belong to the authenticated user.

Path parameters
agentIdstring · min: 1Required

The agent identifier

threadIdstring · min: 1Required

The thread identifier

Body
namestring · min: 1 · max: 255Required

The new name for the thread

Responses
200

Thread updated successfully

application/json
patch
/chat/agents/{agentId}/threads/{threadId}

Last updated