{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Run Admin Jobs Revisions API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Run List revisions", "type": "http" }, "http": { "method": "GET", "url": "https://run.googleapis.com/v2/projects/:projectId/locations/:location/services/:serviceId/revisions", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "showDeleted", "value": "", "type": "query" } ] }, "docs": "Lists revisions for a given service in the given project and location." }, { "info": { "name": "Google Cloud Run Get a revision", "type": "http" }, "http": { "method": "GET", "url": "https://run.googleapis.com/v2/projects/:projectId/locations/:location/services/:serviceId/revisions/:revisionId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" }, { "name": "revisionId", "value": "", "type": "path" } ] }, "docs": "Gets information about a revision." }, { "info": { "name": "Google Cloud Run Delete a revision", "type": "http" }, "http": { "method": "DELETE", "url": "https://run.googleapis.com/v2/projects/:projectId/locations/:location/services/:serviceId/revisions/:revisionId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" }, { "name": "revisionId", "value": "", "type": "path" } ] }, "docs": "Deletes a revision." } ] } ], "bundled": true }