Skip to content

Attach an idea with product areas

Ideas

A moderator can edit product areas for an idea. Note that this will overwrite existing product areas.

POST
/ideas/{id}/editProductAreas

Parameters

Path Parameters

id*

ID of the idea to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the idea product areas

Type
string
Required

Request Body

application/json
JSON
{
  
"productAreas": [
  
  
[
  
  
  
"1",
  
  
  
"2"
  
  
]
  
]
}

Responses

ProductUpdate product areas were changed

Samples

Gainsight CC Developer Portal