Show examples in:
    Scheduled publication

    You can create scheduled publication to publish records in the future

    Object payload

    id  string
    ID of scheduled_publication
    type  string
    Must be exactly "scheduled_publication"
    publication_scheduled_at  date-time  Example: "2025-02-10T11:03:42Z"

    The future date for the publication

    selective_publication  null, object

    Specifies which content should be published. If null, the whole record will be published.

    item{ type: "item", id: item.id }

    Item

    Available endpoints