Skip to content

Commit

Permalink
Add 404 for HEAD APIs. (#6912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiano2017 authored and yungezz committed Aug 9, 2019
1 parent d753d28 commit 4843221
Showing 1 changed file with 24 additions and 0 deletions.
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

0 comments on commit 4843221

Please sign in to comment.