x-apigateway-match-mode¶
Meaning: Request URL matching mode, which can be NORMAL or SWA.
Scope of effect: Operation Object (2.0)/Operation Object (3.0)
Example:
paths:
'/path':
get:
x-apigateway-match-mode: 'SWA'
Parameter | Mandatory | Type | Description |
---|---|---|---|
x-apigateway-match-mode | Yes | String | API matching mode. The options include SWA and NORMAL.
|