litellm/tests/test_litellm/proxy/management_endpoints
Ryan Crabbe fdd2672e93
feat: add POST /team/permissions_bulk_update endpoint
Adds a new endpoint to bulk-update team_member_permissions across
teams. Supports apply_to_all_teams (with cursor-based pagination)
or a specific list of team_ids. Merges new permissions into each
team's existing set rather than overwriting.

Also fixes test isolation bug in test_get_prompt_info_by_base_id
where leaked prisma_client state from other tests caused a
TypeError on await.
2026-04-06 17:45:35 -07:00
..
policy_endpoints feat(policy): test playground for AI policy suggestions (#21608) 2026-02-19 14:09:20 -08:00
scim [Feature] UI - Default Team Settings: Modernize page and fix defaults application 2026-03-14 00:01:25 -07:00
search_endpoints masking sensitive values 2026-02-03 16:09:37 -08:00
usage_endpoints [Feat] UI - Allow using AI to understand Usage patterns (#22042) 2026-02-24 16:40:04 -08:00
test_access_group_endpoints.py fix: normalize null list fields to [] in update_data before DB write 2026-02-26 20:53:30 -08:00
test_access_group_management.py fix(proxy): add model_ids param to access group endpoints for precise deployment tagging (#21655) 2026-02-21 00:39:57 -08:00
test_budget_endpoints.py [Release - 02/10/2026] v1.81.10-nightly 2026-02-10 16:26:30 -08:00
test_cache_settings_endpoints.py
test_callback_management_endpoints.py
test_common_daily_activity.py Revert "fix(proxy): restore per-entity breakdown in aggregated daily activity endpoint" 2026-03-21 21:37:29 -07:00
test_common_utils.py allow team and org admins to call invitation/new 2026-02-11 11:23:27 -08:00
test_compliance_endpoints.py Add compliance checker endpoints + UI panel (#21432) 2026-02-17 18:22:26 -08:00
test_config_override_endpoints.py feat: Hashicorp Vault config override backend endpoints 2026-03-05 16:57:08 -08:00
test_cost_tracking_settings.py fix: resolve base_model in /cost/estimate for Azure custom deployments (#22724) 2026-03-03 15:43:02 -08:00
test_customer_budget.py merge: resolve conflicts between main and litellm_oss_staging_03_11_2026 2026-03-12 09:38:31 -03:00
test_customer_endpoints.py Adding tests 2025-12-04 12:36:15 -08:00
test_delete_callbacks_endpoint.py
test_delete_verification_tokens_failed.py fix(key management): populate failed_tokens for admin partial-delete path 2026-02-19 19:28:03 -03:00
test_entraid_app_roles.py
test_internal_user_endpoints.py fix(proxy): sanitize user_id input and block dangerous env var keys 2026-03-27 20:38:36 +05:30
test_key_management_endpoints.py Litellm ishaan april1 try2 (#25110) 2026-04-03 14:57:44 -07:00
test_mcp_management_endpoints.py Ishaan - March 18th changes (#24056) 2026-03-19 10:20:35 -07:00
test_model_management_endpoints.py test: add unit tests for _get_team_deployments filtering logic 2026-04-04 14:34:39 -07:00
test_org_admin_team_access.py feat: org admin access to team management — backend auth, UI visibility, tests 2026-03-07 22:43:09 -08:00
test_organization_endpoints.py feat: expose user_email in organization members response 2026-02-20 21:41:53 -08:00
test_policy_endpoints.py feat: AI policy template suggestions (#21589) 2026-02-19 12:00:26 -08:00
test_router_settings_endpoints.py New endpoint for router fields + react query 2026-01-09 16:49:22 -08:00
test_tag_management_endpoints.py [Fix] Fix tag/list 500 error from invalid Prisma group_by kwargs 2026-03-13 21:38:20 -07:00
test_team_default_params.py feat: add POST /team/permissions_bulk_update endpoint 2026-04-06 17:45:35 -07:00
test_team_endpoints.py Merge pull request #25027 from BerriAI/litellm_add-access-group-to-model 2026-04-03 17:22:47 -07:00
test_tool_management_endpoints.py Fix tool management tests using wrong field name call_policy 2026-03-04 11:20:17 -03:00
test_ui_sso.py fix(sso): pass decoded JWT access token to role mapping during SSO login 2026-03-27 13:50:30 -07:00