{ "opencollection": "1.0.0", "info": { "name": "Android Management Android Management API WebApps API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "WebApps", "type": "folder" }, "items": [ { "info": { "name": "List web apps", "type": "http" }, "http": { "method": "GET", "url": "https://androidmanagement.googleapis.com/v1/:parent/webApps", "params": [ { "name": "parent", "value": "", "type": "path" } ] }, "docs": "List web apps" }, { "info": { "name": "Create web app", "type": "http" }, "http": { "method": "POST", "url": "https://androidmanagement.googleapis.com/v1/:parent/webApps", "params": [ { "name": "parent", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create web app" } ] } ], "bundled": true }