{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict App Entitlement Automation API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Entitlement Automation", "type": "folder" }, "items": [ { "info": { "name": "Get Automation", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/automation", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.GetAutomation method." }, { "info": { "name": "Delete Automation", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/automation", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.DeleteAutomation method." }, { "info": { "name": "Create Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/automation/create", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.CreateAutomation method." }, { "info": { "name": "Update Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/automation/update", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.UpdateAutomation method." } ] } ], "bundled": true }