{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Dictionary API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Dictionary", "type": "folder" }, "items": [ { "info": { "name": "List dictionaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/dictionary", "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 dictionaries configured for a specific version of a Fastly service." }, { "info": { "name": "Create a dictionary", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/version/:version_id/dictionary", "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": [ { "name": "name", "value": "" }, { "name": "write_only", "value": "" } ] } }, "docs": "Creates a new dictionary container for a specific version of a Fastly service. Once the service version is activated, items within the dictionary become versionless and can be updated without requiring a new service version." }, { "info": { "name": "Get a dictionary", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/dictionary/:dictionary_name", "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." }, { "name": "dictionary_name", "value": "", "type": "path", "description": "The name of the dictionary." } ] }, "docs": "Retrieves the details of a specific dictionary container for a version of a Fastly service." }, { "info": { "name": "Update a dictionary", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fastly.com/service/:service_id/version/:version_id/dictionary/:dictionary_name", "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." }, { "name": "dictionary_name", "value": "", "type": "path", "description": "The name of the dictionary." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "name", "value": "" }, { "name": "write_only", "value": "" } ] } }, "docs": "Updates a specific dictionary container for a version of a Fastly service." }, { "info": { "name": "Delete a dictionary", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/service/:service_id/version/:version_id/dictionary/:dictionary_name", "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." }, { "name": "dictionary_name", "value": "", "type": "path", "description": "The name of the dictionary." } ] }, "docs": "Deletes a specific dictionary container from a version of a Fastly service." } ] } ], "bundled": true }