Voltar para WordPress

Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.

Update an existing post/page/custom post type item.
wordpressXmlRpcDefaultDefaultUpdatePost
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
postTypemustache Optional collection slug. Defaults to posts.Não
postIdmustache WordPress post ID. Either postId or slug is required.Não
slugmustache Post slug. Either postId or slug is required.Não
titlemustache Updated post title.Não
htmlmustache Updated HTML content.Não
markdownmustache Updated markdown content (converted to HTML when html is omitted).Não
excerptmustache Updated excerpt.Não
statusstring Updated post status.Não
featuredMediaIdmustache Updated featured media ID.Não
Devoluções
NomeTipoDescrição
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.