Terug naar WordPress
Verbinding maken met Knoon AI met WordPress om AI-workflows te automatiseren.
Update an existing taxonomy term.
wordpressXmlRpcDefaultDefaultUpdateTerm
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Ja |
| termId | mustache | Term ID. | Ja |
| name | mustache | Updated name. | Nee |
| slug | mustache | Updated slug. | Nee |
| description | mustache | Updated description. | Nee |
| parentId | mustache | Updated parent term ID. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |