应用与数据集成平台 ROMA Connect-附录:API的Swagger扩展定义:5:x-apigateway-any-method

时间:2025-02-12 15:03:18

5:x-apigateway-any-method

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

作用域Path Item Object

示例

paths:  '/path':    get:      produces:        - application/json      responses:        "200":          description: "get response"    x-apigateway-any-method:      produces:        - application/json      responses:        "200":          description: "any response"
support.huaweicloud.com/usermanual-roma/apic-ug-190216027.html