应用与数据集成平台 ROMA CONNECT-附录:API的Swagger扩展定义:2:x-apigateway-request-type

时间:2024-06-25 14:09:33

2:x-apigateway-request-type

含义:ROMA Connect定义的API类型,支持public和private。

作用域Operation Object

示例

paths:
  '/path':
    get:
      x-apigateway-request-type: 'public'
表2 参数说明

参数

是否必选

类型

说明

x-apigateway-request-type

String

API类型,支持“public”和“private”。

  • public:公开类型API,可以上架云市场。
  • private:私有类型API,不会被上架云市场。
support.huaweicloud.com/usermanual-roma/roma_03_2135.html