WordPress に戻る
WordPress と Knoon AI を接続して 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. |