Appearance
Attach a productUpdate with product areas
ProductUpdates
A moderator can edit product areas for a productUpdate. Note that this will overwrite existing product areas.
POST
/productUpdates/{id}/editProductAreas
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the productUpdate product areas
Type
Requiredstring
Request Body
application/json
JSON "productAreas": [ [ "1", "2" ] ]
{
}
Responses
ProductUpdate product areas were changed

