Назад к 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.