Skip to content

Add a vote to a poll attached to the given productUpdate

ProductUpdates

POST
/productUpdates/{id}/votePoll

Parameters

Path Parameters

id*

ID of the product update to interact with

Type
string
Required

Query Parameters

authorId*

ID of the author voting on the poll

Type
string
Required

Request Body

application/json
JSON
{
  
"selectedOption": "Option B"
}

Responses

Poll vote has been processed

Samples

Gainsight CC Developer Portal