Sanity Library Reference Docs
    Preparing search index...

    Interface EditReleaseAction

    Edits an existing release, updating the metadata.

    interface EditReleaseAction {
        actionType: "sanity.action.release.edit";
        patch: PatchOperations;
        releaseId: string;
    }
    Index

    Properties

    actionType: "sanity.action.release.edit"
    patch: PatchOperations
    releaseId: string