Indietro a WordPress
Connetti Knoon AI con WordPress per automatizzare i flussi di lavoro AI.
Update an existing post/page/custom post type item.
wordpressXmlRpcDefaultDefaultUpdatePost
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. | No |
| postId | mustache | WordPress post ID. Either postId or slug is required. | No |
| slug | mustache | Post slug. Either postId or slug is required. | No |
| title | mustache | Updated post title. | No |
| html | mustache | Updated HTML content. | No |
| markdown | mustache | Updated markdown content (converted to HTML when html is omitted). | No |
| excerpt | mustache | Updated excerpt. | No |
| status | string | Updated post status. | No |
| featuredMediaId | mustache | Updated featured media ID. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| postId | string | WordPress post ID. |
| slug | string | Post slug. |
| status | string | Post status. |
| url | string | Post permalink. |
| title | string | Rendered post title. |
| excerpt | string | Rendered post excerpt HTML. |
| content | string | Rendered post content HTML. |
| featuredMediaId | string | Featured media ID if set. |
| createdAt | string | Post created datetime. |
| updatedAt | string | Post last modified datetime. |