Q a

Dismiss a question as a verified host participant

POST
/api/v1/questions/public/{id}/dismiss

Authorization

participant-token
AuthorizationBearer <token>

Participant join token (LiveKit JWT — the only browser-held credential)

In: header

Path Parameters

id*string

Question ID

Response Body

application/json

curl -X POST "https://example.com/api/v1/questions/public/string/dismiss"
{  "id": "string",  "roomId": "string",  "text": "string",  "status": "OPEN",  "askerExternalId": {},  "askerName": {},  "upvoteCount": 0,  "answerText": {},  "answeredByExternalId": {},  "answeredAt": {},  "createdAt": "2019-08-24T14:15:22Z"}