Update Polls
POST {{HOST}}/v2/polls/:poll_id
Request Body
{"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}]}]}