x-apigateway-match-mode
Meaning: Request URL matching mode, which can be NORMAL or SWA.
Scope of effect: Operation Object (2.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. 
  | 
    
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.