{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations RampScheduleTemplates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "RampScheduleTemplates", "type": "folder" }, "items": [ { "info": { "name": "Get a single rampScheduleTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/ramp-schedule-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a single rampScheduleTemplate" }, { "info": { "name": "Update a single rampScheduleTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/ramp-schedule-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single rampScheduleTemplate" }, { "info": { "name": "Delete a single rampScheduleTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/ramp-schedule-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a single rampScheduleTemplate" }, { "info": { "name": "Get all rampScheduleTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/ramp-schedule-templates" }, "docs": "Get all rampScheduleTemplates" }, { "info": { "name": "Create a single rampScheduleTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/ramp-schedule-templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single rampScheduleTemplate" } ] } ], "bundled": true }