# Update exam details **PATCH /api/v1/exam/{id}** Update exam information such as title, description, timing, or scoring settings. Only admins and lecturers can update exams. ## 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 to update ### Body: application/json (object) Partial exam data to update - **title** (string) - **examPeriodId** (string) - **releaseDate** (string(date-time)) - **dueDate** (string(date-time)) - **durationMinutes** (number) - **maxAttempts** (number) - **status** (string) ## Responses ### 200 Exam updated successfully ### 400 Invalid exam data provided ### 404 Exam not found [Powered by Bump.sh](https://bump.sh)