Appearance
Edit the title of a productUpdate
ProductUpdates
POST
/productUpdates/{id}/editTitle
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator making the edits
Type
Requiredstring
Request Body
application/json
JSON "title": "My updated title"
{
}
Responses
ProductUpdate edited

