Starts a job to find all the changes made in one branch that would be applied during a merge. The source branch is specified using the 'id' parameter. The target branch is the branch identified by the resource path. A view can be applied using the 'view' parameter (valid value is 'editorial').

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

Parameters

Name Required Type Description
repositoryId true string
branchId true string
id true string
view false string
filter false string
source false string
target false string
force false string

Response

{}