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.
{
"$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"
}
}