Kong · Schema

Update Config Store Request

The request schema to update a Config Store.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

kong-updateconfigstore-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConfigStore",
  "title": "Update Config Store Request",
  "description": "The request schema to update a Config Store.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Config Store",
      "maxLength": 100,
      "minLength": 1
    }
  },
  "additionalProperties": false
}