Skip to content

Commit

Permalink
swagger correctness fix for INVALID RESPONSE CODE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankar Gupta committed Feb 16, 2022
1 parent 4c50e69 commit 6d0a854
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,9 @@
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"204": {
"description": "No Content -- The private endpoint connection does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,9 @@
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"204": {
"description": "No Content -- The private endpoint connection does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down

0 comments on commit 6d0a854

Please sign in to comment.