evasive-path-match-put-200

The PUT Response JSON for Evasive Path Match.

API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

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. This feature
View JSON Schema on GitHub

JSON Schema

api-security-evasive-path-match-put-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-schema/api-security-evasive-path-match-put-200-schema.json",
  "title": "evasive-path-match-put-200",
  "description": "The PUT Response JSON for Evasive Path Match.",
  "type": "object",
  "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.  This feature does not match on characters that are an integral part of URL requests, like: ``` :  /  #  &  ;  = ``` and `.` when it appears inside the URL string.",
      "type": "boolean"
    }
  },
  "required": [
    "enablePathMatch"
  ],
  "additionalProperties": false
}