Πίσω στο WordPress

Σύνδεση Knoon AI με WordPress για αυτοματοποίηση ροών εργασίας AI.

Update an existing post/page/custom post type item.
wordpressXmlRpcDefaultDefaultUpdatePost
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
ΌνομαΤύποςΠεριγραφήΑπαραίτητο
postTypemustache Optional collection slug. Defaults to posts.Όχι
postIdmustache WordPress post ID. Either postId or slug is required.Όχι
slugmustache Post slug. Either postId or slug is required.Όχι
titlemustache Updated post title.Όχι
htmlmustache Updated HTML content.Όχι
markdownmustache Updated markdown content (converted to HTML when html is omitted).Όχι
excerptmustache Updated excerpt.Όχι
statusstring Updated post status.Όχι
featuredMediaIdmustache Updated featured media ID.Όχι
Επιστροφές
ΌνομαΤύποςΠεριγραφή
postIdstring WordPress post ID.
slugstring Post slug.
statusstring Post status.
urlstring Post permalink.
titlestring Rendered post title.
excerptstring Rendered post excerpt HTML.
contentstring Rendered post content HTML.
featuredMediaIdstring Featured media ID if set.
createdAtstring Post created datetime.
updatedAtstring Post last modified datetime.