Skip to content

Set moderation label to idea

Ideas

A moderator can set the moderation label to idea.

POST
/ideas/setModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to set the moderation label

Type
string
Required

Request Body

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

Responses

Moderation label was set to idea

Samples

Gainsight CC Developer Portal