Skip to content

Assign ProductAreas to Ideas

ProductAreas

POST
/productAreas/assign

Parameters

Query Parameters

moderatorId*

The ID of the moderator assigning the ProductAreas to Ideas

Type
string
Required

Request Body

application/json
JSON
{
  
"ideaIds": "1,2",
  
"productAreaIds": "1,2,3"
}

Responses

ProductAreas assigned

Samples

Gainsight CC Developer Portal