Skip to content

Edit the opening post content of a conversation

Conversations

An author can change the content of a conversation for a limited time after starting the conversation. The default edit time span is 60 minutes. Moderators can always change the content of a conversation that was started by any other author.

POST
/conversations/{id}/editContent

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

authorId*

ID of the author or moderator making the edits

Type
string
Required

Request Body

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

Responses

Conversation edited

Samples

Gainsight CC Developer Portal