RegExp flags
RegExp path that is matched
"/api/([\\w-]+)"
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
Type of the condition (always "path2" for ContextConditionPath2)
{ type: "path2", path: "/api/([\\w-]+)", flags: "i" }
{ type: "path2", path: "/api/([\\w-]+)" }
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
Generated using TypeDoc
JSON representation of ContextConditionPath2 (RegExp path)