Appearance
Add moderator tags to an article
Articles
Adds one or more moderator tags without replacing existing tags.
POST
/articles/{id}/moderator-tags/add
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the article tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "important", "announcement" ] ]
{
}
Responses
Article moderator tags were changed

