Appearance
Edit the poll options
Articles
A moderator can edit the options of a poll. If a poll option has votes, then it cannot be edited.
POST
/articles/{id}/editPollOptions
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the article poll options
Type
Requiredstring
Request Body
application/json
JSON "options": [ { } ]
{
}
Responses
Article poll options was changed

