Skip to content

Trash or restore a productUpdate

ProductUpdates

A moderator can trash a productUpdate.

POST
/productUpdates/{id}/toggleTrashed

Parameters

Path Parameters

id*

ID of the product update to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator trashing or restoring the productUpdate

Type
string
Required

Request Body

application/json
JSON
{
  
"trashed": false
}

Responses

ProductUpdate was trashed

Samples

Gainsight CC Developer Portal