From 617c9cf19c6cf6a0a45ff6360c97b39877b7dfe6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:48:39 +0000 Subject: [PATCH] chore(ui): regenerate schema.d.ts for /customer/info docstring 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, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index b0f8e618645..ff3bb39c8d1 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -3778,7 +3778,7 @@ export interface paths { }; /** * End User Info - * @description Get information about an end-user. An `end_user` is a customer (external user) of the proxy. + * @description [Admin-only] Get information about an end-user. An `end_user` is a customer (external user) of the proxy. * * Parameters: * - end_user_id (str, required): The unique identifier for the end-user @@ -4311,7 +4311,7 @@ export interface paths { }; /** * End User Info - * @description Get information about an end-user. An `end_user` is a customer (external user) of the proxy. + * @description [Admin-only] Get information about an end-user. An `end_user` is a customer (external user) of the proxy. * * Parameters: * - end_user_id (str, required): The unique identifier for the end-user