Skip to content

Edit the poll options

Questions

A moderator can edit the options of a poll. If a poll option has votes, then it cannot be edited.

POST
/questions/{id}/editPollOptions

Parameters

Path Parameters

id*

ID of the question to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the question poll title

Type
string
Required

Request Body

application/json
JSON
{
  
"options": [
  
  
{
  
  
}
  
]
}

Responses

Question poll options changed

Samples

Gainsight CC Developer Portal