generate the API docs OpenAPI spec from the app with per-endpoint auth requirements (#23476)

This commit is contained in:
Josh Hawkins
2026-06-13 16:04:22 -06:00
committed by GitHub
parent 8be7a97fa6
commit b79ad9871a
4 changed files with 3257 additions and 1466 deletions
+2
View File
@@ -125,5 +125,7 @@ jobs:
run: devcontainer up --workspace-folder .
- name: Run mypy in devcontainer
run: devcontainer exec --workspace-folder . bash -lc "python3 -u -m mypy --config-file frigate/mypy.ini frigate"
- name: Check API spec is up to date
run: devcontainer exec --workspace-folder . bash -lc "python3 generate_api_auth_spec.py --check"
- name: Run unit tests in devcontainer
run: devcontainer exec --workspace-folder . bash -lc "python3 -u -m unittest"