Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
Create a taxonomy term.
wordpressXmlRpcDefaultDefaultCreateTerm
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Oui |
| name | mustache | Term name. | Oui |
| slug | mustache | Optional slug. | Non |
| description | mustache | Optional description. | Non |
| parentId | mustache | Optional parent term ID for hierarchical taxonomies. | Non |
Retours
| Nom | 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. |