Kong · Schema

PatchTransitGatewayRequest

Request schema for updating a transit gateway.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-patchtransitgatewayrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchTransitGatewayRequest",
  "title": "PatchTransitGatewayRequest",
  "description": "Request schema for updating a transit gateway.",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/PatchAwsResourceEndpointGateway"
    },
    {
      "$ref": "#/components/schemas/PatchAwsTransitGateway"
    }
  ]
}