# 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) - **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) - **texts** (array) - **is_correct** (boolean) - **nb_votes** (integer(int32)) ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)