Appearance
Open/Close a productUpdate
ProductUpdates
A moderator can open or close a productUpdate for replies.
POST
/productUpdates/{id}/toggleClosed
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the closed state of the productUpdate
Type
Requiredstring
Request Body
application/json
JSON "closed": false
{
}
Responses
ProductUpdate closed state was updated

