{ "opencollection": "1.0.0", "info": { "name": "Humanitec AccountType Application API", "version": "0.28.24" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "List all Applications in an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/apps", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" } ] }, "docs": "Listing or lists of all Applications that exist within a specific Organization." }, { "info": { "name": "Add a new Application to an Organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.humanitec.io/orgs/:orgId/apps", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Application, then adds it to the specified Organization." }, { "info": { "name": "Get an existing Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" } ] }, "docs": "Gets a specific Application in the specified Organization by ID." }, { "info": { "name": "Update metadata of an existing Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId", "params": [ { "name": "orgId", "value": "sample-org", "type": "path", "description": "The Organization ID" }, { "name": "appId", "value": "sample-app", "type": "path", "description": "The Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata of an existing Application in the specified Organization." }, { "info": { "name": "Delete an Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" } ] }, "docs": "Deleting an Application will also delete everything associated with it. This includes Environments, Deployment history on those Environments, and any shared values and secrets associated.\n\n_Deletions are currently irreversible._" } ] } ], "bundled": true }