Skip to content

Edit the poll options

Conversations

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

POST
/conversations/{id}/editPollOptions

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the conversation poll options

Type
string
Required

Request Body

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

Responses

Conversation poll options was changed

Samples

Gainsight CC Developer Portal