mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(scim): merge litellm_internal_staging and thread organization_id through team request defaults
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
80a006b19e
commit
977234092a
1 changed files with 1 additions and 1 deletions
|
|
@ -2542,7 +2542,7 @@ def _new_team_request_with_defaults(
|
|||
"team_alias": team_alias,
|
||||
"members_with_roles": members_with_roles,
|
||||
"metadata": metadata,
|
||||
**({"organization_id": organization_id} if organization_id is not None else {}),
|
||||
"organization_id": organization_id if organization_id is not None else defaults.get("organization_id"),
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue