更新时间:2023-12-13 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
x-apigateway-any-method
含义:API网关定义的API请求方法,用以匹配未指定定义的HTTP方法。
示例:
paths:
  '/path':
    get:
      produces:
        - application/json
      responses:
        "200":
          description: "get response"
    x-apigateway-any-method:
      produces:
        - application/json
      responses:
        "200":
          description: "any response"
 | 
       参数  | 
     
       是否必选  | 
     
       类型  | 
     
       说明  | 
    
|---|---|---|---|
| 
       x-apigateway-any-method  | 
     
       否  | 
     
       String  | 
     
       API请求方法  | 
    
   父主题: 扩展定义