Edit the opening post content of an article
Articles
Any moderator can change the content of an article.
POST
/articles/{id}/editContent
Parameters
Path Parameters
id*
ID of the article 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
Article edited

