{ "opencollection": "1.0.0", "info": { "name": "Quay Container Registry Build Tag 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": "Tag", "type": "folder" }, "items": [ { "info": { "name": "List repository tags", "type": "http" }, "http": { "method": "GET", "url": "https://quay.io/api/v1/repository/:repository/tag/", "params": [ { "name": "repository", "value": "", "type": "path" } ] }, "docs": "List repository tags" }, { "info": { "name": "Create or update a tag", "type": "http" }, "http": { "method": "PUT", "url": "https://quay.io/api/v1/repository/:repository/tag/:tag", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "tag", "value": "", "type": "path" } ] }, "docs": "Create or update a tag" }, { "info": { "name": "Delete a tag", "type": "http" }, "http": { "method": "DELETE", "url": "https://quay.io/api/v1/repository/:repository/tag/:tag", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "tag", "value": "", "type": "path" } ] }, "docs": "Delete a tag" } ] } ], "bundled": true }