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 *