Appearance
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
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the idea product areas
Type
Requiredstring
Request Body
application/json
JSON "productAreas": [ [ "1", "2" ] ]
{
}
Responses
ProductUpdate product areas were changed

