Update swagger.json
This commit is contained in:
parent
ad1fa5ad95
commit
8ffc3efe01
1 changed files with 8 additions and 2 deletions
10
swagger.json
10
swagger.json
|
@ -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"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue