API网关 APIG-x-apigateway-request-type

时间:2023-11-01 16:25:08

x-apigateway-request-type

含义:API网关定义的API请求类型,支持public和private。

作用域Operation Object(2.0)

示例

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

参数

是否必选

类型

说明

x-apigateway-request-type

String

API类型,支持public和private。

  • public:公开类型API,可以上架。
  • private:私有类型API,不会被上架。

support.huaweicloud.com/devg-apig/apig_04_0002.html