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.