返回 WordPress
將 Knoon AI 與 WordPress 連接以自動化 AI 工作流程。
Create a taxonomy term.
wordpressXmlRpcDefaultDefaultCreateTerm
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | 是的 |
| name | mustache | Term name. | 是的 |
| slug | mustache | Optional slug. | 否 |
| description | mustache | Optional description. | 否 |
| parentId | mustache | Optional parent term ID for hierarchical taxonomies. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |