Skip to content

Set moderation label to question

Questions

A moderator can set the moderation label to question.

POST
/questions/setModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to set the moderation label

Type
string
Required

Request Body

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

Responses

Moderation label was set to question

Samples

Gainsight CC Developer Portal