Appearance
Add a vote to a poll contained in a given question
Questions
POST
/questions/{id}/votePoll
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author voting on the poll
Type
Requiredstring
Request Body
application/json
JSON "selectedOption": "Option B"
{
}
Responses
Poll vote has been processed

