WordPress に戻る

WordPress と Knoon AI を接続して 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.