Appearance
Edit the opening post content of a productUpdate
ProductUpdates
Any moderator can change the content of a productUpdate.
POST
/productUpdates/{id}/editContent
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author or moderator making the edits
Type
Requiredstring
Request Body
application/json
JSON "content": "My updated content"
{
}
Responses
ProductUpdate edited

