{ "opencollection": "1.0.0", "info": { "name": "Netlify Netlify's API documentation accessToken splitTest API", "version": "2.33.1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://app.netlify.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "splitTest", "type": "folder" }, "items": [ { "info": { "name": "getSplitTests", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits", "params": [ { "name": "site_id", "value": "", "type": "path" } ] } }, { "info": { "name": "createSplitTest", "type": "http" }, "http": { "method": "POST", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getSplitTest", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits/:split_test_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "split_test_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateSplitTest", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits/:split_test_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "split_test_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "enableSplitTest", "type": "http" }, "http": { "method": "POST", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits/:split_test_id/publish", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "split_test_id", "value": "", "type": "path" } ] } }, { "info": { "name": "disableSplitTest", "type": "http" }, "http": { "method": "POST", "url": "https://api.netlify.com/api/v1/sites/:site_id/traffic_splits/:split_test_id/unpublish", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "split_test_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }