Appearance
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
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the article poll title
Type
Requiredstring
Request Body
application/json
JSON "title": "My updated poll title"
{
}
Responses
Article poll title was changed

