Skip to content

Commit

Permalink
GET responses following a successful DELETE should be returning 404. …
Browse files Browse the repository at this point in the history
…Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).
  • Loading branch information
riteshchitlangia1 committed Feb 18, 2021
1 parent 94c5da4 commit b752a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}
},
"204": {
"404": {
"headers": {}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"$ref": "#/definitions/MHSMPrivateEndpointConnection"
}
},
"204": {
"404": {
"description": "The private endpoint connection does not exist."
},
"default": {
Expand Down

0 comments on commit b752a19

Please sign in to comment.