{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Locks API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims.bentley.com/connect/authorize", "accessTokenUrl": "https://ims.bentley.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Locks", "type": "folder" }, "items": [ { "info": { "name": "Get Locks", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/:iModelId/locks", "params": [ { "name": "iModelId", "value": "", "type": "path" } ] }, "docs": "Get Locks" }, { "info": { "name": "Update Locks", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bentley.com/accesscontrol/:iModelId/locks", "params": [ { "name": "iModelId", "value": "", "type": "path" } ] }, "docs": "Update Locks" } ] } ], "bundled": true }