Appearance
Change the author of a product update
ProductUpdates
A moderator can change the author of a product update.
POST
/productUpdates/{id}/changeAuthor
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator changing the author of the product update
Type
Requiredstring
Request Body
application/json
JSON "authorId": "7"
{
}
Responses
Author has been changed

