Back to WordPress
Connect Knoon AI with WordPress to automate AI workflows.
Update an existing taxonomy term.
wordpressXmlRpcDefaultDefaultUpdateTerm
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Yes |
| termId | mustache | Term ID. | Yes |
| name | mustache | Updated name. | No |
| slug | mustache | Updated slug. | No |
| description | mustache | Updated description. | No |
| parentId | mustache | Updated parent term ID. | No |
Returns
| Name | Type | Description |
|---|---|---|
| termId | string | WordPress term ID. |
| taxonomy | string | Taxonomy slug. |
| name | string | Term name. |
| slug | string | Term slug. |
| description | string | Term description. |
| count | string | Number of items in term. |
| url | string | Term URL. |
| parentId | string | Parent term ID. |