Atrás a WordPress
Conectar Knoon AI con WordPress para automatizar flujos de trabajo de AI.
Update an existing taxonomy term.
wordpressXmlRpcDefaultDefaultUpdateTerm
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Sí |
| termId | mustache | Term ID. | Sí |
| name | mustache | Updated name. | No |
| slug | mustache | Updated slug. | No |
| description | mustache | Updated description. | No |
| parentId | mustache | Updated parent term ID. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |