Appearance
Tag an idea with moderator tags
Ideas
A moderator can edit moderator tags for an idea. Note that this will overwrite existing moderator tags.
POST
/ideas/{id}/editModeratorTags
Parameters
Path Parameters
id*
ID of the idea 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
Idea moderator tags were changed

