返回 WordPress
将 Knoon AI 与 WordPress 连接以自动化 AI 工作流。
Update an existing taxonomy term.
wordpressXmlRpcDefaultDefaultUpdateTerm
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | 是的 |
| termId | mustache | Term ID. | 是的 |
| name | mustache | Updated name. | 没有 |
| slug | mustache | Updated slug. | 没有 |
| description | mustache | Updated description. | 没有 |
| parentId | mustache | Updated parent term ID. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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. |