Skip to content

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
string
Required

Query Parameters

authorId*

ID of the author editing the idea tags

Type
string
Required

Request Body

application/json
JSON
{
  
"tags": [
  
  
[
  
  
  
"improvement",
  
  
  
"suggestion"
  
  
]
  
]
}

Responses

Idea tags were changed

Samples

Gainsight CC Developer Portal