> ## Documentation Index
> Fetch the complete documentation index at: https://developers.octaviatech.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Subcategory

> How to update an existing subcategory in Octavia AI CMS.

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

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