createRevision

fun createRevision(document: Document, label: String, description: String = ""): Deferred<RevisionSummary>

Creates a revision snapshot for the given document with the given label and optional description. The document must be attached to this client.