mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
chore(ui): sync schema.d.ts with the access group list docstring
This commit is contained in:
parent
243f8317f4
commit
8530f80c78
1 changed files with 2 additions and 1 deletions
3
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
3
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -432,7 +432,8 @@ export interface paths {
|
|||
* List Access Groups
|
||||
* @description List all access groups.
|
||||
*
|
||||
* Returns a list of all access groups with their model names and deployment counts.
|
||||
* Returns a list of all access groups with their model names, deployment counts, shared budget
|
||||
* and the spend drawn against it.
|
||||
*
|
||||
* Example:
|
||||
* ```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue