更新时间:2023-12-07 GMT+08:00
分享

x-apigateway-any-method

含义:API网关定义的API请求方法,用以匹配未指定定义的HTTP方法。

作用域Path Item Object(2.0)/Path Item Object(3.0)

示例

paths:
  '/path':
    get:
      produces:
        - application/json
      responses:
        "200":
          description: "get response"
    x-apigateway-any-method:
      produces:
        - application/json
      responses:
        "200":
          description: "any response"
表1 参数说明

参数

是否必选

类型

说明

x-apigateway-any-method

String

API请求方法

分享:

    相关文档

    相关产品