Sorry, no results found for "".
Must be exactly "scheduled_publication"
.
The future date for the publication
"2025-02-10T11:03:42Z"
Specifies which content should be published. If null, the whole record will be published.
List of locales whose content will be published
Whether the non-localized content has to be published or not
Returns a resource object of type scheduled_publication.
POST https://site-api.datocms.com/items/:item_id/scheduled-publication HTTP/1.1Authorization: Bearer YOUR-API-TOKENAccept: application/jsonX-Api-Version: 3Content-Type: application/vnd.api+json
{ "data": { "type": "scheduled_publication", "attributes": { "publication_scheduled_at": "2025-02-10T11:03:42Z" } }}