Skip to main content
When updating a subcategory, only the fields included in the request will be modified — all others will remain unchanged.
The only required field is id, which identifies the subcategory to update.
You can update multilingual fields such as name or description, or change metadata like isPrivate and thumbnail.

Example Request

{
  "id": "68641ff3fa6f5ba988d00bd7",
  "description": {
    "en": "Updated description for AI-related content.",
    "es": "Descripción actualizada para el contenido relacionado con la IA."
  }
}