Update subtopic
PATCH/api/subtopic/:id
Updates fields of an existing subtopic. All fields are optional: only those provided are modified. The subtopic can be moved under a different topic by changing topic_id. Admin only.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Subtopic updated successfully
Validation error (e.g. duplicate name or non-existent topic)
Missing or invalid JWT token
User does not have admin privileges
Subtopic not found