{ "opencollection": "1.0.0", "info": { "name": "Quay Container Registry Build Repository 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": "Repository", "type": "folder" }, "items": [ { "info": { "name": "List repositories", "type": "http" }, "http": { "method": "GET", "url": "https://quay.io/api/v1/repository", "params": [ { "name": "namespace", "value": "", "type": "query" }, { "name": "public", "value": "", "type": "query" }, { "name": "starred", "value": "", "type": "query" } ] }, "docs": "List repositories visible to the authenticated user with optional filters." }, { "info": { "name": "Create a new repository", "type": "http" }, "http": { "method": "POST", "url": "https://quay.io/api/v1/repository", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new repository" }, { "info": { "name": "Get repository details", "type": "http" }, "http": { "method": "GET", "url": "https://quay.io/api/v1/repository/:repository", "params": [ { "name": "repository", "value": "", "type": "path" } ] }, "docs": "Get repository details" }, { "info": { "name": "Delete repository", "type": "http" }, "http": { "method": "DELETE", "url": "https://quay.io/api/v1/repository/:repository", "params": [ { "name": "repository", "value": "", "type": "path" } ] }, "docs": "Delete repository" } ] } ], "bundled": true }