{ "opencollection": "1.0.0", "info": { "name": "Devtron APIs Specs Applications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Create a new application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/app", "body": { "type": "json", "data": "{}" } }, "docs": "create new application" }, { "info": { "name": "Update application projects and labels", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/app/edit", "body": { "type": "json", "data": "{}" } }, "docs": "update application projects and labels" }, { "info": { "name": "List applications", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/app/list", "body": { "type": "json", "data": "{}" } }, "docs": "app listing, collection of deployed applications or undeployed or incomplete configured apps." }, { "info": { "name": "Update project for app", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/app/edit/projects", "body": { "type": "json", "data": "{}" } }, "docs": "update project for app" } ] } ], "bundled": true }