Appearance
Add a vote to a poll contained in a given conversation
Conversations
POST
/conversations/{id}/votePoll
Parameters
Path Parameters
id*
ID of the conversation 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

