{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Cache Settings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cache Settings", "type": "folder" }, "items": [ { "info": { "name": "List cache settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/cache_settings", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the Fastly service." }, { "name": "version_id", "value": "", "type": "path", "description": "The integer identifying the service version." } ] }, "docs": "Retrieves a list of all cache settings configured for a specific version of a Fastly service." }, { "info": { "name": "Create cache settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/version/:version_id/cache_settings", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the Fastly service." }, { "name": "version_id", "value": "", "type": "path", "description": "The integer identifying the service version." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Creates new cache settings for a specific version of a Fastly service. Cache settings configure cache lifetime for objects stored in the Fastly cache, overriding cache freshness information from HTTP headers." } ] } ], "bundled": true }