PATCH /api/quiz/{quizId}/questions/{questionId}/answers/{answerId}
PATCH
/api/quiz/{quizId}/questions/{questionId}/answers/{answerId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
quizId*
Typestring
RequiredPattern
"\\d+"
questionId*
Typestring
RequiredPattern
"\\d+"
answerId*
Typestring
RequiredPattern
"\\d+"
Request Body
application/json
JSON
{
"id": 1,
"text": "Take every thing I see with me.",
"explanation": "You should not do that. Obviously.",
"answerRating": 0
}
Responses
Success