Kong · Schema

UpdateAddOnRequest

Request body for updating an add-on.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
config object
View JSON Schema on GitHub

JSON Schema

kong-updateaddonrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateAddOnRequest",
  "title": "UpdateAddOnRequest",
  "description": "Request body for updating an add-on.",
  "type": "object",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/UpdateAddOnConfig"
    }
  },
  "additionalProperties": false,
  "required": [
    "config"
  ]
}