Takaisin WordPress -kohtaan

Yhdistä Knoon AI kohteen WordPress kanssa automatisoidaksesi AI-työnkulut.

Update an existing post/page/custom post type item.
wordpressXmlRpcDefaultDefaultUpdatePost
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
NimiTyyppiKuvausPakollinen
postTypemustache Optional collection slug. Defaults to posts.Ei
postIdmustache WordPress post ID. Either postId or slug is required.Ei
slugmustache Post slug. Either postId or slug is required.Ei
titlemustache Updated post title.Ei
htmlmustache Updated HTML content.Ei
markdownmustache Updated markdown content (converted to HTML when html is omitted).Ei
excerptmustache Updated excerpt.Ei
statusstring Updated post status.Ei
featuredMediaIdmustache Updated featured media ID.Ei
Palautukset
NimiTyyppiKuvaus
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.