{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Tests 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": "Tests", "type": "folder" }, "items": [ { "info": { "name": "Get Tests", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/tests" }, "docs": "Get Tests" }, { "info": { "name": "Create Test", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/tests", "body": { "type": "json", "data": "{}" } }, "docs": "Create Test" }, { "info": { "name": "Get Tests", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/tests/:testId", "params": [ { "name": "testId", "value": "", "type": "path" } ] }, "docs": "Get Tests" }, { "info": { "name": "Update Test", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bentley.com/accesscontrol/tests/:testId", "params": [ { "name": "testId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Test" }, { "info": { "name": "Delete Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bentley.com/accesscontrol/tests/:testId", "params": [ { "name": "testId", "value": "", "type": "path" } ] }, "docs": "Delete Test" } ] } ], "bundled": true }