Skip to content

Commit

Permalink
Fix Model validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sparatala committed Sep 14, 2022
1 parent e49b936 commit dcc8c98
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@
"description": "OK"
},
"202": {
"schema": {
"type": "object"
},
"description": "Accepted"
},
"default": {
Expand Down Expand Up @@ -435,6 +438,9 @@
"description": "OK"
},
"202": {
"schema": {
"type": "object"
},
"description": "Accepted"
},
"default": {
Expand Down

0 comments on commit dcc8c98

Please sign in to comment.