Update Question

Approve it, answer it, put it on the screen, or dismiss it.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

questionIdstringRequired

Request

This endpoint expects an object.
bodystringOptional
statusenumOptional
highlightedbooleanOptional
answerTextstringOptional

Response

This endpoint returns an object.
idstring
eventIdstring
bodystring
statusenum
isAnonymousboolean
highlightedboolean
Pinned on the presenter screen.
upvoteCountinteger
createdAtdatetime
updatedAtdatetime
answerTextstringOptional
answeredAtdatetimeOptional
editedAtdatetimeOptional
Set when the asker rewrote it after the room had voted.
askerobjectOptional

Who asked. Absent on an anonymous question: the participant row exists so that one person cannot vote twice, and handing it back through a key would undo the promise made to whoever asked.

Errors

404
Not Found Error
422
Validation Error