Kong · Schema

UpdateConfigStoreSecret

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
value string
View JSON Schema on GitHub

JSON Schema

kong-updateconfigstoresecret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConfigStoreSecret",
  "title": "UpdateConfigStoreSecret",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 5120,
      "minLength": 1,
      "writeOnly": true,
      "x-sensitive": true,
      "x-speakeasy-param-sensitive": true
    }
  },
  "required": [
    "value"
  ]
}