{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict App Resource API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Resource", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:app_resource_type_id/resources", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.app.v1.AppResourceService.List method." }, { "info": { "name": "Create Manually Managed App Resource", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:app_resource_type_id/resources", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceService.CreateManuallyManagedAppResource method." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:app_resource_type_id/resources/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.app.v1.AppResourceService.Get method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:app_resource_type_id/resources/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceService.Update method." }, { "info": { "name": "Delete Manually Managed App Resource", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/resource_types/:app_resource_type_id/resources/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceService.DeleteManuallyManagedAppResource method." }, { "info": { "name": "Search App Resource Types", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/app_resource_types", "body": { "type": "json", "data": "{}" } }, "docs": "Search app resources based on filters specified in the request body." }, { "info": { "name": "Search App Resources", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/app_resources", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppResourceSearch.SearchAppResources method." } ] } ], "bundled": true }