Skip to content

Reply to a productUpdate

ProductUpdates

POST
/productUpdates/{id}/reply

Parameters

Path Parameters

id*

ID of the product update to interact with

Type
string
Required

Query Parameters

authorId*

The ID of the author of this reply

Type
string
Required

Request Body

application/json
JSON
{
  
"content": "Can anyone help me?",
  
"highlight": false
}

Responses

ProductUpdate was replied

Samples

Gainsight CC Developer Portal