Update Poll Question
POST
{{HOST}}/v2/polls/:poll_id/questions/:question_id
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'https://api.100ms.live/v2/polls/:poll_id/questions/:question_id' -d '{"index":1,"text":"q1","format":"text","attachment":[{"type":"mimetype","url":"url"}],"skippable":true,"duration":0,"once":false,"weight":2,"answer_min_len":1,"answer_max_len":1024,"type":"single-choice","answer":{"hidden":false,"options":[1,2],"text":"option 1","case":false,"trim":true},"options":[{"index":1,"text":"option 1","weight":1}]}'