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. |