POST /wp-json/wp/v2/{blockId}/autosaves
parent | The ID for the parent of the object. |
date | The date the object was published, in the site's timezone. |
date_gmt | The date the object was published, as GMT. |
slug | An alphanumeric identifier for the object unique to its type. |
status | A named status for the object. One of: publish, future, draft, pending, private |
password | A password to protect access to the content and excerpt. |
title | The title for the object. |
content | The content for the object. |
template | The theme file to use to display the object. |
Servers
- https://{baseUrl}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
blockId |
String | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.