Get String Sort

Cloudflare will treat files with the same query strings as the same file in cache, regardless of the order of the query strings. This is limited to Enterprise Zones.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-sort-query-string-for-cache-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_sort_query_string_for_cache",
  "title": "Get String Sort",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "sort_query_string_for_cache"
          ],
          "example": "sort_query_string_for_cache"
        },
        "value": {
          "$ref": "#/components/schemas/zones_sort_query_string_for_cache_value"
        }
      }
    }
  ],
  "default": "off",
  "description": "Cloudflare will treat files with the same query strings as the same file in cache, regardless of the order of the query strings. This is limited to Enterprise Zones."
}