Check Write Lock Status
POST {{url}}/designcenter/api-designer/projects/{{project_id}}/branches/{{branch}}/status
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
x-organization-id | string | ||
x-owner-id | string |
RESPONSES
status: OK
{"lock":{"locked":false,"lockedBy":null,"lockedByMe":false},"project":{"commitsAhead":0,"commitsBehind":0,"added":[],"conflicts":[],"deleted":[],"modified":[]}}