Kong · Schema

UpdateCatalogResource

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
archived boolean Whether or not to archive the resource. When a resource is archived, all catalog service mappings will be removed.
View JSON Schema on GitHub

JSON Schema

kong-updatecatalogresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateCatalogResource",
  "title": "UpdateCatalogResource",
  "type": "object",
  "properties": {
    "archived": {
      "description": "Whether or not to archive the resource.\nWhen a resource is archived, all catalog service mappings will be removed.\n",
      "type": "boolean",
      "example": false
    }
  },
  "additionalProperties": false
}