Skip to main content

Update all answers for a poll

PUT 

/api/polls/:pollId/answers

Replaces the answers of a poll with the given list. Answers sent without an id are created, existing answers that are missing from the list are deleted, and the order of the list defines the positions.

Request

Responses

Returns the updated answers