🦺(backend) strengthen API validation for recording options

Improve validation of parameters accepted when starting a
recording to prevent unsupported or unexpected values.

Language validation will be further tightened to only accept
languages supported by the transcribe microservice.

Add extensive API validation tests to cover these scenarios.
This commit is contained in:
lebaudantoine
2026-03-03 14:55:09 +01:00
committed by aleb_the_flash
parent 14526808ab
commit 42647d6d25
4 changed files with 335 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
### Changed
- 🔒️(backend) enhance API input validation to strengthen security #1053
- 🦺(backend) strengthen API validation for recording options #1063
### Fixed