{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict App Usage Controls API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Usage Controls", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/usage_controls", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Get usage controls, as an AppUsageControls object which describes some peripheral configuration, for an app." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/usage_controls", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update usage controls for an app." } ] } ], "bundled": true }