{ "opencollection": "1.0.0", "info": { "name": "Buildkite REST AccessToken Teams API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/teams", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ] }, "docs": "List teams" }, { "info": { "name": "Create team", "type": "http" }, "http": { "method": "POST", "url": "https://api.buildkite.com/v2/organizations/:org/teams", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create team" }, { "info": { "name": "Get team", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/teams/:teamUuid", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "teamUuid", "value": "", "type": "path" } ] }, "docs": "Get team" }, { "info": { "name": "Update team", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.buildkite.com/v2/organizations/:org/teams/:teamUuid", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "teamUuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update team" }, { "info": { "name": "Delete team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buildkite.com/v2/organizations/:org/teams/:teamUuid", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "teamUuid", "value": "", "type": "path" } ] }, "docs": "Delete team" } ] } ], "bundled": true }