Appearance
Edit the public label of an article
Articles
A moderator can edit the public label for an article. Note that this will overwrite existing public label.
POST
/articles/{id}/editPublicLabel
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the public label
Type
Requiredstring
Request Body
application/json
JSON "publicLabel": "News"
{
}
Responses
Article public label was changed

