{ "opencollection": "1.0.0", "info": { "name": "Quay Container Registry Build Permission 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": "Permission", "type": "folder" }, "items": [ { "info": { "name": "Set user repository permission", "type": "http" }, "http": { "method": "PUT", "url": "https://quay.io/api/v1/repository/:repository/permissions/user/:username", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "username", "value": "", "type": "path" } ] }, "docs": "Set user repository permission" } ] } ], "bundled": true }