# Add content to assignment **POST /api/v1/assignment/{id}/add-content** Add structured content blocks to an assignment (instructions, requirements, rubrics). Only admins and lecturers can add 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 ### Body: application/json (object) Content data including type and text - **question** (string) - **type** (string) ## Responses ### 201 Content added successfully ### 400 Invalid content data ### 403 Forbidden - Admin or Lecturer role required ### 404 Assignment not found [Powered by Bump.sh](https://bump.sh)