Skip to content

Toggle the sticky state of a conversation

Conversations

POST
/conversations/{id}/toggleStickyState

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator toggling the conversation sticky state

Type
string
Required

Request Body

application/json
JSON
{
  
"sticky": false
}

Responses

Conversation sticky state updated

Samples

Gainsight CC Developer Portal