mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
chore(openapi): sync lazy snapshot with KeyMetadata.user_email
Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
parent
e109d89c20
commit
7e4032cfcc
1 changed files with 11 additions and 0 deletions
|
|
@ -3151,6 +3151,17 @@
|
|||
}
|
||||
],
|
||||
"title": "Team Id"
|
||||
},
|
||||
"user_email": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "User Email"
|
||||
}
|
||||
},
|
||||
"title": "KeyMetadata",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue