{ "opencollection": "1.0.0", "info": { "name": "Google Cloud SQL Admin BackupRuns Users API", "version": "v1" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud SQL List users", "type": "http" }, "http": { "method": "GET", "url": "https://sqladmin.googleapis.com/v1/projects/:project/instances/:instance/users", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ], "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}}" } } }, "docs": "Lists users in the specified Cloud SQL instance." }, { "info": { "name": "Google Cloud SQL Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://sqladmin.googleapis.com/v1/projects/:project/instances/:instance/users", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Creates a new user in a Cloud SQL instance." } ] } ], "bundled": true }