Request body for checking in a document.

interface ICheckInDocumentRequest {
    unlock?: boolean;
}

Implemented by

Properties

Properties

unlock?: boolean

Whether to automatically release the persistent lock as part of the check-in. Defaults to true.