runWriteOnBranch

suspend fun <T> IModelClientV2.runWriteOnBranch(branchRef: BranchReference, body: (IBranch) -> T): T

Performs a write transaction on the root node of the given branch.

IModelClientV2.runWrite can be used if access to the underlying branch is not needed.