v1.0 REST Endpoints

Designer/Study Lock APIs/v1.0
The operations from the Designer/Study Lock APIs/v1.0 category.
[Deprecated]: Create study lock
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/lock
[Deprecated]: Delete study lock
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/lock
[Deprecated]: Get study lock
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/lock
[Deprecated]: Update study lock
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/lock
Acquire lock
Method: post
Path: /ec-designer-svc/rest/locks/acquireLock/{studyId}
Get all the active locks on the study
Method: get
Path: /ec-designer-svc/rest/locks/childLocks/{studyId}
Release lock
Method: put
Path: /ec-designer-svc/rest/locks/releaseLock/{studyId}