{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict App Resource Owner API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Resource Owner", "type": "folder" }, "items": [ { "info": { "name": "List Owner I Ds", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/ownerids", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" } ] }, "docs": "ListOwnerIDs lists owner IDs for a given app resource." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/ownerids", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete deletes the owners from a given app resource." }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/owners", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List all owners of an app resource." }, { "info": { "name": "Add", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/owners", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceOwners.Add method." }, { "info": { "name": "Set", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/owners", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the owners for a given app resource to the specified list of users." }, { "info": { "name": "Remove", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:resource_type_id/resource/:resource_id/owners", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "resource_type_id", "value": "", "type": "path" }, { "name": "resource_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceOwners.Remove method." } ] } ], "bundled": true }