Appearance
Add public tags to an idea
Ideas
Adds one or more public tags without replacing existing tags.
POST
/ideas/{id}/tags/add
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": [ [ "important", "announcement" ] ]
{
}
Responses
Idea tags were changed

