{ "opencollection": "1.0.0", "info": { "name": "Express Gateway Admin Apps API", "version": "1.0.0" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9876/apps" }, "docs": "List applications" }, { "info": { "name": "Create an application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9876/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create an application" }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9876/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an application" }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9876/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9876/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an application" }, { "info": { "name": "Activate or deactivate an application", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9876/apps/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activate or deactivate an application" } ] } ], "bundled": true }