Appearance
Open/Close an article
Articles
A moderator can open or close an article for replies.
POST
/articles/{id}/toggleClosed
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the closed state of the article
Type
Requiredstring
Request Body
application/json
JSON "closed": false
{
}
Responses
Article closed state was updated

