Retour à WordPress

Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.

Update an existing post/page/custom post type item.
wordpressXmlRpcDefaultDefaultUpdatePost
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
postTypemustache Optional collection slug. Defaults to posts.Non
postIdmustache WordPress post ID. Either postId or slug is required.Non
slugmustache Post slug. Either postId or slug is required.Non
titlemustache Updated post title.Non
htmlmustache Updated HTML content.Non
markdownmustache Updated markdown content (converted to HTML when html is omitted).Non
excerptmustache Updated excerpt.Non
statusstring Updated post status.Non
featuredMediaIdmustache Updated featured media ID.Non
Retours
NomTypeDescription
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.