Appearance
Tag a question with moderator tags
Questions
A moderator can edit moderator tags for a question. Note that this will overwrite existing moderator tags.
POST
/questions/{id}/editModeratorTags
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the moderator tags
Type
Requiredstring
Request Body
application/json
JSON "moderatorTags": [ [ "important", "announcement" ] ]
{
}
Responses
Conversation moderator tags were changed

