# Create an answer for a quiz **POST /manager/quiz-answer** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) - **images** (array[object]) - **texts** (array[object]) - **is_correct** (boolean) - **nb_votes** (integer(int32)) ## Responses ### 201 returns the created quiz answer #### Body: application/json (object) - **id_quiz_answer** (integer(int32)) - **images** (array[object]) - **texts** (array[object]) - **is_correct** (boolean) - **nb_votes** (integer(int32)) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)