conversations
Rename a conversation
Updates the display name of a specific conversation. The new name is passed directly in the URL path.
Permission: Conversations Write required.
Monitoring: No impact.
post/conversations/{convId}/rename/{newName}
Path parameters
convIdinteger required
Example:123456
The identifier of the conversation
newNamestring required
Example:new_name
New name
Response
Conversation successfully renamed.