Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
Create a taxonomy term.
wordpressXmlRpcDefaultDefaultCreateTerm
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 |
| name | mustache | Term name. | Sim |
| slug | mustache | Optional slug. | Não |
| description | mustache | Optional description. | Não |
| parentId | mustache | Optional parent term ID for hierarchical taxonomies. | 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. |