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
- 200
- 400
- 401
- 403
- 404
- 429
Returns the updated answers
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests