Reverts the branch to a given prior changeset. This creates a new changeset whose contents restore the state from a previous changeset. The delta between the prior changeset and the tip is calculated and content operations are performed to effectively restore the prior tip state. The prior changeset must exist on the branch.

POST /repositories/{repositoryId}/branches/{branchId}/revert/start

Parameters

Name Required Type Description
repositoryId true string
branchId true string The ID of the branch
id true string

Response

{}