# Update a course **PUT /courses/{id}** ## Servers - Local server: localhost:8080 (Local server) - Production server: https://api.wei.co.mz (Production server) ## Parameters #### Path parameters - **id** (string) ## Body parameters Content-type: application/json - **name** (string) - **university** (string) - **identifier** (string) - **description** (string) - **locations** (array[string]) - **regimens** (array[object]) - **related_courses** (array[string]) - **allowed_sections** (array[string]) - **exam_subjects** (array[object]) ## Responses ### 200: Course updated successfully [Powered by Bump.sh](https://bump.sh)