{ "opencollection": "1.0.0", "info": { "name": "PlanetScale Platform Backups Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations/:organization/teams", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "page", "value": "", "type": "query", "description": "The page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Returns a list of all teams in the specified organization." }, { "info": { "name": "Create a team", "type": "http" }, "http": { "method": "POST", "url": "https://api.planetscale.com/v1/organizations/:organization/teams", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new team in the specified organization." }, { "info": { "name": "Get a team", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations/:organization/teams/:team_slug", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "team_slug", "value": "", "type": "path", "description": "The slug of the team." } ] }, "docs": "Returns details about a specific team in the organization." }, { "info": { "name": "Update a team", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.planetscale.com/v1/organizations/:organization/teams/:team_slug", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "team_slug", "value": "", "type": "path", "description": "The slug of the team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the name or description of a specific team." }, { "info": { "name": "Delete a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.planetscale.com/v1/organizations/:organization/teams/:team_slug", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "team_slug", "value": "", "type": "path", "description": "The slug of the team." } ] }, "docs": "Deletes a team from the organization." } ] } ], "bundled": true }