Updated on 2025-01-10 GMT+08:00

x-apigateway-orchestrations

Meaning: Request parameter orchestration rules.

Scope of effect: Operation Object (2.0)/Operation Object (3.0)

Example:

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