Update thread name
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
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
patch
/chat/agents/{agentId}/threads/{threadId}Last updated