startReplicatedModel
abstract fun startReplicatedModel(repositoryId: String, branchId: String): Promise<ReplicatedModelJS>
Starts a replicated model for a given branch. ReplicatedModelJS.getBranch can then be used to access the replicated branch.
Parameters
repositoryId
Repository ID of the branch to replicate.
branchId
ID of the branch to replicate.