Appearance
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
Requiredstring
Query Parameters
moderatorId*
ID of the moderator trashing or restoring the productUpdate
Type
Requiredstring
Request Body
application/json
JSON "trashed": false
{
}
Responses
ProductUpdate was trashed

