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