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