Update a Poll by ID

Fully updates an existing poll within a channel using the provided poll data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID of the channel containing the poll

string
required

The unique ID of the poll to update

Body Params

Updated poll data to replace the existing poll

string
required

Question of the poll

number

How long the question will be avaliable to vote (in milliseconds)

boolean
Defaults to true

Show the votes result to users

string
required
Defaults to []

Possible anwsers for the question

Responses

400

Invalid poll data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified poll or channel was not found

502

Server error prevented poll update

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json