{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Secret Manager Secret Versions Secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Secret Manager List secrets", "type": "http" }, "http": { "method": "GET", "url": "https://secretmanager.googleapis.com/v1/projects/:projectId/secrets", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Lists secrets in a project." }, { "info": { "name": "Google Cloud Secret Manager Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://secretmanager.googleapis.com/v1/projects/:projectId/secrets", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "secretId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new secret in a project." }, { "info": { "name": "Google Cloud Secret Manager Get a secret", "type": "http" }, "http": { "method": "GET", "url": "https://secretmanager.googleapis.com/v1/projects/:projectId/secrets/:secretId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "secretId", "value": "", "type": "path" } ] }, "docs": "Retrieves metadata about a secret." }, { "info": { "name": "Google Cloud Secret Manager Update a secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://secretmanager.googleapis.com/v1/projects/:projectId/secrets/:secretId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "secretId", "value": "", "type": "path" }, { "name": "updateMask", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates metadata of a secret." }, { "info": { "name": "Google Cloud Secret Manager Delete a secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://secretmanager.googleapis.com/v1/projects/:projectId/secrets/:secretId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "secretId", "value": "", "type": "path" } ] }, "docs": "Deletes a secret and all of its versions." } ] } ], "bundled": true }