Skip to main content

Change poll status in chatroom

POST 

/bv/chatroom/v1/chatrooms/polls/:id:change

Alters the current status of a poll in the chatroom. Available actions include:

  • ACTION_START: Applicable when the current status is POLL_STATUS_QUEUED.
  • ACTION_CLOSE: Applicable when the current status is POLL_STATUS_ACTIVE.
  • ACTION_ARCHIVE: Applicable when the current status is POLL_STATUS_CLOSED. Authorization requires the chatroom token with the admin role.

Request

Responses

A successful response.