# Update exam question **PATCH /api/v1/exam/{id}/question/{questionId}** Update an existing exam question. Can modify question text, options, correct answers, or scoring. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the exam - **questionId** (string) UUID of the question to update ### Body: application/json (object) Partial question data to update - **question** (string) - **type** (string) - **options** (array[string]) - **correctAnswers** (array[string]) - **maxScore** (number) ## Responses ### 200 Question updated successfully ### 400 Invalid question data ### 404 Question not found [Powered by Bump.sh](https://bump.sh)