Skip to content

Edit the title of a conversation

Conversations

POST
/conversations/{id}/editTitle

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the conversation title

Type
string
Required

Request Body

application/json
JSON
{
  
"title": "My updated title"
}

Responses

Conversation title was changed

Samples

Gainsight CC Developer Portal