Logo
API_DOC API Documentation

Update Polls

POST {{HOST}}/v2/polls/:poll_id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.100ms.live/v2/polls/:poll_id' -d '{"title":"first poll","duration":235,"anonymous":true,"mode":"userid","type":"poll","start":"auto","questions":[{"index":1,"text":"q1343","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":"optoin1","case":false,"trim":true},"options":[{"index":1,"text":"option 1","weight":1},{"index":2,"text":"option 2","weight":1}]},{"index":2,"text":"q2","format":"text","attachment":[{"type":"mimetype","url":"url"}],"skippable":true,"duration":0,"once":false,"weight":1,"answer_min_len":1,"answer_max_len":1024,"type":"single-choice","answer":{"hidden":false,"options":[1,2],"text":"optoin1","case":false,"trim":true},"options":[{"index":1,"text":"option 1","weight":1},{"index":2,"text":"option 2","weight":1}]}]}'

ENDPOINTS