Skip to content

Unset moderation label from product update

ProductUpdates

A moderator can unset the moderation label from product update.

POST
/productUpdates/unsetModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to unset the moderation label

Type
string
Required

Request Body

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

Responses

Moderation label was unset from productUpdate

Samples

Gainsight CC Developer Portal