Sanity App SDK
    Preparing search index...

    Interface ScheduleReleaseActionBeta

    Schedules a release to be published at the given UTC time. Locks the version documents server-side until the release is unscheduled or published.

    interface ScheduleReleaseAction {
        dataset?: string;
        perspective?: ReleasePerspective | ClientPerspective;
        projectId?: string;
        publishAt: string;
        releaseId: string;
        resource?: DocumentResource;
        source?: DocumentResource;
        type: "release.schedule";
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataset?: string
    perspective?: ReleasePerspective | ClientPerspective
    projectId?: string
    publishAt: string
    releaseId: string
    resource?: DocumentResource

    Explicit resource object to use for this operation.

    Use resource instead.

    type: "release.schedule"