update_category
Modify category details including name, slug, description, publication status, and parent category in Eduframe's content management system.
Instructions
Update a category.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the categorie to update | |
| name | No | Title of the category. | |
| slug | No | Friendly identifier of a category. | |
| description | No | The description of the category. | |
| is_published | No | Boolean if the category is published on the website. | |
| parent_id | No | Unique identifier of the parent category |