Skip to content

Commit c830913

Browse files
authored
Merge pull request #1486 from weimengxi/v3.0.2-dev
Revise 405 Response Object description to follow the RFC7231 Specification 's definition
2 parents a48d568 + ba22cc2 commit c830913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
903903
}
904904
},
905905
"405": {
906-
"description": "Invalid input",
906+
"description": "Method Not Allowed",
907907
"content": {
908908
"application/json": {},
909909
"application/xml": {}
@@ -953,7 +953,7 @@ responses:
953953
'application/json': {}
954954
'application/xml': {}
955955
'405':
956-
description: Invalid input
956+
description: Method Not Allowed
957957
content:
958958
'application/json': {}
959959
'application/xml': {}

0 commit comments

Comments
 (0)