חזרה אל 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. |