curl --request PUT \
--url https://partner.peaka.studio/api/v1/ai-agent/{projectId}/threads/{threadId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>"
}
'{}curl --request PUT \
--url https://partner.peaka.studio/api/v1/ai-agent/{projectId}/threads/{threadId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>"
}
'{}

Use the Authorization header with the value 'Bearer
The new name for the AI chat thread.
OK