Skip to content

Commit

Permalink
expectorate
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Mar 16, 2022
1 parent 1fdab02 commit 41696fa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2617,8 +2617,15 @@
"required": true
},
"responses": {
"204": {
"description": "resource updated"
"200": {
"description": "successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/VpcRouter"
}
}
}
},
"4XX": {
"$ref": "#/components/responses/Error"
Expand Down

0 comments on commit 41696fa

Please sign in to comment.