# Update topic details **PATCH /api/v1/topic/{id}** Update information for a specific topic within a unit. Topics are used to organize lessons and learning materials. Only admins and lecturers can update topics. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the topic to update ### Body: application/json (object) Topic data to update (title, description, order, etc.) - **title** (string) - **description** (string) - **order** (number) ## Responses ### 200 Topic updated successfully ### 400 Invalid topic data provided ### 403 Forbidden - Admin or Lecturer role required ### 404 Topic not found [Powered by Bump.sh](https://bump.sh)