Skip to main content

Update Course Category

Admins can update an existing Course Category to refine its details, change its image, or adjust its display order.
This helps keep the course catalog organized and up to date.


Update a Category (Quick Steps)

  1. Go to Backoffice → Course Management → Categories.
  2. Find the category you want to update.
  3. Click Edit.
  4. Modify the required fields.
  5. Save to apply changes.

Editable Fields

FieldTypeNotes
ImageUploadReplace the current category image or leave unchanged.
StatusEnumToggle between Active (visible) and Inactive (hidden).
NameStringUpdate the category title. Keep it short and clear.
DescriptionTextRevise or expand the category description.
Sort OrderNumberAdjust the display order. Lower numbers appear first.

Example Update (JSON)

{
"categoryId": "cat-101",
"name": "Programming & Development",
"status": "active",
"image": "programming-updated.png",
"description": "Updated: Courses for Python, JavaScript, Java, and full-stack development.",
"sortOrder": 2
}