mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
chore(ui): regenerate schema.d.ts for /customer/info docstring
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
b2eef615de
commit
617c9cf19c
1 changed files with 2 additions and 2 deletions
4
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
4
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue