Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
Update an existing taxonomy term.
wordpressXmlRpcDefaultDefaultUpdateTerm
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Sim |
| termId | mustache | Term ID. | Sim |
| name | mustache | Updated name. | Não |
| slug | mustache | Updated slug. | Não |
| description | mustache | Updated description. | Não |
| parentId | mustache | Updated parent term ID. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |