Appearance
Tag an article with tags
Articles
A moderator can edit tags for an article. Note that this will overwrite existing tags.
POST
/articles/{id}/editTags
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author editing the article tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "important", "announcement" ] ]
{
}
Responses
Article tags were changed

