更新时间:2025-01-10 GMT+08:00
分享

x-apigateway-sample

含义: API的请求参数示例值。

作用域Operation Object(2.0)/Operation Object(3.0)

示例

paths:
  /:
    get:
      parameters:
        - maximum: 0
          minimum: 0
          maxLength: 0
          minLength: 0
          type: string
          x-apigateway-orchestrations: []
          x-apigateway-pass-through: always
          x-apigateway-sample: 'test-sample'
          name: test
          in: query
          required: true

相关文档