العودة إلى WordPress

اتصل بـ Knoon AI مع WordPress لأتمتة تدفقات عمل الذكاء الاصطناعي.

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.