Appearance
Edit the poll title
Questions
A moderator can edit the title of a poll. If a poll option has votes, then it cannot be edited.
POST
/questions/{id}/editPollTitle
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the question poll title
Type
Requiredstring
Request Body
application/json
JSON "title": "My updated poll title"
{
}
Responses
Question poll title was changed

