Skip to main content

Create or Update an Answer

PATCH 

/quizzes/:quizId/questions/:questionId/answers/:answerId

This endpoint is used to set the properties of an Answer.

If the Answer referenced by the provided questionId and answerId does not already exist, it is created. If the Answer already exists, then only the properties provided are updated.

Request

Responses

Unauthorized response indicating that authentication failed