{ "opencollection": "1.0.0", "info": { "name": "Quay Container Registry Build Robot API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://quay.io/oauth/authorize", "accessTokenUrl": "https://quay.io/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Robot", "type": "folder" }, "items": [ { "info": { "name": "Create a robot account", "type": "http" }, "http": { "method": "PUT", "url": "https://quay.io/api/v1/organization/:orgname/robots/:robot_shortname", "params": [ { "name": "orgname", "value": "", "type": "path" }, { "name": "robot_shortname", "value": "", "type": "path" } ] }, "docs": "Create a robot account" } ] } ], "bundled": true }