litellm-mirror/litellm/proxy/management_endpoints
Krish Dholakia 689cd677c6
Litellm dev 11 20 2024 (#6831)
* feat(customer_endpoints.py): support passing budget duration via `/customer/new` endpoint

Closes https://github.com/BerriAI/litellm/issues/5651

* docs: add missing params to swagger + api documentation test

* docs: add documentation for all key endpoints

documents all params on swagger

* docs(internal_user_endpoints.py): document all /user/new params

Ensures all params are documented

* docs(team_endpoints.py): add missing documentation for team endpoints

Ensures 100% param documentation on swagger

* docs(organization_endpoints.py): document all org params

Adds documentation for all params in org endpoint

* docs(customer_endpoints.py): add coverage for all params on /customer endpoints

ensures all /customer/* params are documented

* ci(config.yml): add endpoint doc testing to ci/cd

* fix: fix internal_user_endpoints.py

* fix(internal_user_endpoints.py): support 'duration' param

* fix(partner_models/main.py): fix anthropic re-raise exception on vertex

* fix: fix pydantic obj
2024-11-21 04:06:06 +05:30
..
customer_endpoints.py Litellm dev 11 20 2024 (#6831) 2024-11-21 04:06:06 +05:30
internal_user_endpoints.py Litellm dev 11 20 2024 (#6831) 2024-11-21 04:06:06 +05:30
key_management_endpoints.py Litellm dev 11 20 2024 (#6831) 2024-11-21 04:06:06 +05:30
organization_endpoints.py Litellm dev 11 20 2024 (#6831) 2024-11-21 04:06:06 +05:30
sso_helper_utils.py LiteLLM Minor Fixes & Improvements (10/17/2024) (#6293) 2024-10-17 22:09:11 -07:00
team_callback_endpoints.py (docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804) 2024-11-18 19:44:06 -08:00
team_endpoints.py Litellm dev 11 20 2024 (#6831) 2024-11-21 04:06:06 +05:30
ui_sso.py (code quality) add ruff check PLR0915 for too-many-statements (#6309) 2024-10-18 15:36:49 +05:30