v1.0 REST Endpoints

Designer/Branch APIs/v1.0
The operations from the Designer/Branch APIs/v1.0 category.
Add a branch
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches
Delete a branch
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches/{branchid}
Get a list of study branches
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches
Get study branch
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches/{branchid}
Update a branch
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/branches/{branchid}