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
4 changes: 2 additions & 2 deletions versions/3.0.2.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -903,7 +903,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
}
},
"405": {
"description": "Invalid input",
"description": "Method Not Allowed",
"content": {
"application/json": {},
"application/xml": {}
Expand DownExpand Up@@ -953,7 +953,7 @@ responses:
'application/json': {}
'application/xml': {}
'405':
description: Invalid input
description: Method Not Allowed
content:
'application/json': {}
'application/xml': {}
Expand Down