# Update a quiz **PATCH /manager/quiz/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the quiz ### Body: application/json (object) - **active** (boolean) - **acknowledge** (boolean) - **start_date** (string | null) - **end_date** (string | null) - **type_answer** (string) - **type_callback** (string) - **titles** (array) - **descriptions** (array) - **questions** (array) - **callback_text** (array) - **id_ambassador_post** (integer) ## Responses ### 200 returns the updated quiz ### 403 Forbidden - You don't have permission to access this route ### 404 Not found [Powered by Bump.sh](https://bump.sh)