Appearance
Tag an idea with public tags
Ideas
An author can edit tags for their ideas. Note that this will overwrite existing tags.
POST
/ideas/{id}/editTags
Parameters
Path Parameters
id*
ID of the idea to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author editing the idea tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "improvement", "suggestion" ] ]
{
}
Responses
Idea tags were changed

