update-category
Modify an existing WordPress category's name, slug, parent, or description using its category ID.
Instructions
Update or rename an existing WordPress category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New category name | |
| slug | No | New category slug | |
| parent | No | New parent category ID | |
| categoryId | Yes | ID of the category to update | |
| description | No | New category description |