Skip to content

Add a poll to a product update

ProductUpdates

A moderator can add a poll to a product update that does not already contain one. Only allowed for draft product updates.

POST
/productUpdates/{id}/addPoll

Parameters

Path Parameters

id*

ID of the product update to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator adding the poll

Type
string
Required

Request Body

application/json
JSON
{
  
"title": "What is your favourite feature?",
  
"options": [
  
  
[
  
  
  
"Option A",
  
  
  
"Option B"
  
  
]
  
]
}

Responses

Poll was added to the product update

Samples

Gainsight CC Developer Portal