更新时间:2025-01-10 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"
|
参数 |
是否必选 |
类型 |
说明 |
|---|---|---|---|
|
x-apigateway-any-method |
否 |
String |
API请求方法。 |
父主题: APIG的API设计文件扩展定义