Akamai · Schema

evasive-path-match-put

The PUT Request JSON for Evasive Path Match.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
enablePathMatch boolean When enabled, evaluates requests with the following list of characters removed ` & ! $ ' ( ) + , [ ] * @ ^ \ "` and `.` only when it appears as a trailing character at the end of the URL.
View JSON Schema on GitHub

JSON Schema

akamai-evasive-path-match-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/evasive-path-match-put",
  "title": "evasive-path-match-put",
  "additionalProperties": false,
  "description": "The PUT Request JSON for Evasive Path Match.",
  "properties": {
    "enablePathMatch": {
      "description": "When enabled, evaluates requests with the following list of characters removed ` & ! $ ' ( ) + , [ ] * @ ^ \\ \"` and `.` only when it appears as a trailing character at the end of the URL.",
      "type": "boolean"
    }
  },
  "required": [
    "enablePathMatch"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/evasive-path-match-put.yaml"
  }
}