Update swagger.json

This commit is contained in:
Gautier P 2021-11-14 23:48:06 +01:00 committed by GitHub
parent ad1fa5ad95
commit 8ffc3efe01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,10 @@
}, },
"400": { "400": {
"description": "Error 400" "description": "Error 400"
} },
"500": {
"description": "Internal Server Error 500"
},
} }
} }
}, },
@ -166,7 +169,10 @@
}, },
"404": { "404": {
"description": "Error 404" "description": "Error 404"
} },
"500": {
"description": "Internal Server Error 500"
},
} }
} }
}, },