fix: properly return errors for malformed config (#2027)

This commit is contained in:
Alex Hancock
2025-04-04 09:55:48 -04:00
committed by GitHub
parent e438b331fe
commit c3042067a0
6 changed files with 25 additions and 13 deletions
+3
View File
@@ -84,6 +84,9 @@
"400": {
"description": "Invalid request"
},
"422": {
"description": "Could not serialize config.yaml"
},
"500": {
"description": "Internal server error"
}