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

