{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Cloudflare Images Variants API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cloudflare Images Variants", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List variants", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/variants", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists existing variants." }, { "info": { "name": "APIs.io Engineering Platform Create a variant", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/variants", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Specify variants that allow you to resize images for different use cases." }, { "info": { "name": "APIs.io Engineering Platform Variant details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/variants/:variant_id", "params": [ { "name": "variant_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch details for a single variant." }, { "info": { "name": "APIs.io Engineering Platform Update a variant", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/variants/:variant_id", "params": [ { "name": "variant_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updating a variant purges the cache for all images associated with the variant." }, { "info": { "name": "APIs.io Engineering Platform Delete a variant", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/variants/:variant_id", "params": [ { "name": "variant_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deleting a variant purges the cache for all images associated with the variant." } ] } ], "bundled": true }