{ "opencollection": "1.0.0", "info": { "name": "PlanetScale Platform Backups Roles API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Create role credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.planetscale.com/v1/organizations/:organization/databases/:database/branches/:branch/roles", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "database", "value": "", "type": "path", "description": "The name of the database." }, { "name": "branch", "value": "", "type": "path", "description": "The name of the branch." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates role-based credentials for accessing a database branch with specific permissions." } ] } ], "bundled": true }