Question Routes
Update Question
Updates a specific question by its ID
PUT
/
question
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Updates a specific question by its ID
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.