Skip to content

Edit the poll title

Conversations

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

POST
/conversations/{id}/editPollTitle

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 title

Type
string
Required

Request Body

application/json
JSON
{
  
"title": "My updated poll title"
}

Responses

Conversation poll title was changed

Samples

Gainsight CC Developer Portal