diff --git a/swagger.json b/swagger.json index e4e08d1..e6f1066 100644 --- a/swagger.json +++ b/swagger.json @@ -129,7 +129,10 @@ }, "400": { "description": "Error 400" - } + }, + "500": { + "description": "Internal Server Error 500" + }, } } }, @@ -166,7 +169,10 @@ }, "404": { "description": "Error 404" - } + }, + "500": { + "description": "Internal Server Error 500" + }, } } },