Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add 404 for HEAD APIs.
  • Loading branch information
Tiano2017 committed Aug 9, 2019
commit 6a776881f4b88fce43ab2de7471e9b9659916ac9
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -425,6 +428,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -717,6 +723,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -1027,6 +1036,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -1352,6 +1364,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -2023,6 +2038,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -2552,6 +2570,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -2917,6 +2938,9 @@
"204": {
"description": "No Content"
},
"404": {
"description": "Not Found"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down