Purge by prefixes

APIs.ioEngineeringPlatform

Properties

Name Type Description
prefixes array For more information on purging by prefixes, please refer to [purge by prefix documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge_by_prefix/).
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-purge-flexpurgebyprefixes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache-purge_FlexPurgeByPrefixes",
  "title": "Purge by prefixes",
  "properties": {
    "prefixes": {
      "description": "For more information on purging by prefixes, please refer to [purge by prefix documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge_by_prefix/).",
      "example": [
        "www.example.com/foo",
        "images.example.com/bar/baz"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}