[update]: swagger doc error messages

This commit was merged in pull request #1.
This commit is contained in:
VivianDee
2025-03-25 21:03:15 +01:00
parent 654a101142
commit 3054b7240e
8 changed files with 34 additions and 20 deletions
+5 -5
View File
@@ -43,14 +43,14 @@
}
}
},
"400": {
"description": "Invalid ID supplied"
},
"404": {
"description": "Loan not found"
"400": {
"description": "Invalid request parameters"
},
"422": {
"description": "Validation exception"
},
"500": {
"description": "Internal server error"
}
}
}