From 8ca3812e999a5e36aa0143d7ec942c4d4c9e626f Mon Sep 17 00:00:00 2001 From: yucheng Date: Sat, 12 Sep 2026 23:53:46 +0000 Subject: [PATCH] chore(ui): regenerate schema.d.ts for the /key/health docstring change Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index 9e844b992b2..ecb2432c654 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -7720,7 +7720,9 @@ export interface paths { * @description Check the health of the key * * Checks: - * - If key based logging is configured correctly - sends a test log + * - If the logging that applies to this key (key metadata, team metadata, or + * `default_team_settings` in the config) is configured correctly - sends a test log + * and, for gcs_bucket, flushes the queue and reports the upload result * * Usage *