Skip to content

Edit the poll title

Articles

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

POST
/articles/{id}/editPollTitle

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the article poll title

Type
string
Required

Request Body

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

Responses

Article poll title was changed

Samples

Gainsight CC Developer Portal