{ "opencollection": "1.0.0", "info": { "name": "Application Research CNAB Bundle API Resources Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Application Research List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/planes/radius/:planeName/resourceGroups/:resourceGroupName/providers/Applications.Core/applications", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" } ] }, "docs": "Application Research List applications" }, { "info": { "name": "Application Research Get application", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/planes/radius/:planeName/resourceGroups/:resourceGroupName/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group" }, { "name": "applicationName", "value": "", "type": "path", "description": "The name of the application" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" } ] }, "docs": "Application Research Get application" }, { "info": { "name": "Application Research Create or update application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.example.com/v1/planes/radius/:planeName/resourceGroups/:resourceGroupName/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group" }, { "name": "applicationName", "value": "", "type": "path", "description": "The name of the application" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Application Research Create or update application" }, { "info": { "name": "Application Research Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.example.com/v1/planes/radius/:planeName/resourceGroups/:resourceGroupName/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group" }, { "name": "applicationName", "value": "", "type": "path", "description": "The name of the application" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" } ] }, "docs": "Application Research Delete application" } ] } ], "bundled": true }