Merge "Return HTTP code 400 when creating an audit with wrong parameters" into stable/2025.1

This commit is contained in:
Zuul
2025-07-21 19:28:47 +00:00
committed by Gerrit Code Review
3 changed files with 19 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
`Bug #2110538 <https://bugs.launchpad.net/watcher/+bug/2110538>`_:
Corrected the HTTP error code returned when watcher users try to create
audits with invalid parameters. The API now correctly returns a 400 Bad
Request error.