Skip to content

Set moderation label to conversation

Conversations

A moderator can set the moderation label to conversation.

POST
/conversations/setModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to set the moderation label

Type
string
Required

Request Body

application/json
JSON
{
  
"conversationIds": [
  
  
"31"
  
],
  
"moderationLabelId": "6"
}

Responses

Moderation label was set to conversation

Samples

Gainsight CC Developer Portal