Helicone · Schema

UpgradeToTeamBundleRequest

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
ui_mode string
View JSON Schema on GitHub

JSON Schema

helicone-upgradetoteambundlerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpgradeToTeamBundleRequest",
  "title": "UpgradeToTeamBundleRequest",
  "properties": {
    "ui_mode": {
      "type": "string",
      "enum": [
        "embedded",
        "hosted"
      ]
    }
  },
  "type": "object",
  "additionalProperties": false
}