Kong · Schema

UpdateDeveloperRequest

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

kong-updatedeveloperrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDeveloperRequest",
  "title": "UpdateDeveloperRequest",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/DeveloperStatus"
    }
  },
  "example": {
    "status": "approved"
  },
  "additionalProperties": false
}