Kong · Schema

PatchNetworkRequest

Request schema for updating a network.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

kong-patchnetworkrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchNetworkRequest",
  "title": "PatchNetworkRequest",
  "x-speakeasy-entity": "CloudGatewayNetwork",
  "description": "Request schema for updating a network.",
  "type": "object",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/NetworkName"
    }
  },
  "additionalProperties": false
}