# Update assignment content **PATCH /api/v1/assignment/{id}/content/{contentId}** Update specific content block within an assignment. Only admins and lecturers can update content. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the assignment - **contentId** (string) UUID of the content block to update ### Body: application/json (object) Updated content data (partial update supported) - **question** (string) - **type** (string) ## Responses ### 200 Content updated successfully ### 400 Invalid content data ### 403 Forbidden - Admin or Lecturer role required ### 404 Assignment or content not found [Powered by Bump.sh](https://bump.sh)