Skip to content

Set moderation label to product update

ProductUpdates

A moderator can set the moderation label to product update.

POST
/productUpdates/setModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to set the moderation label

Type
string
Required

Request Body

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

Responses

Moderation label was set to productUpdate

Samples

Gainsight CC Developer Portal