You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1517,8 +1517,8 @@ requestBody:
1517
1517
A container for the expected responses of an operation.
1518
1518
The container maps a HTTP response code to the expected response.
1519
1519
1520
-
It is not expected for the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance.
1521
-
However, it is expected for the documentation to cover a successful operation response and any known errors.
1520
+
The documentation is not necessarily expected to cover all possible HTTP response codes because they may not be known in advance.
1521
+
However, documentation is expected to cover a successful operation response and any known errors.
1522
1522
1523
1523
The `default` MAY be used as a default response object for all HTTP codes
1524
1524
that are not covered individually by the specification.
@@ -1529,7 +1529,7 @@ SHOULD be the response for a successful operation call.
1529
1529
##### Fixed Fields
1530
1530
Field Name | Type | Description
1531
1531
---|:---:|---
1532
-
<a name="responsesDefault"></a>default | [Response Object](#responseObject) \| [Reference Object](#referenceObject) | The documentation of responses other than the ones declared for specific HTTP response codes. It can be used to cover undeclared responses. [Reference Object](#referenceObject) can be used to link to a response that is defined at the [OpenAPI Object's components/responses](#componentsResponses) section.
1532
+
<a name="responsesDefault"></a>default | [Response Object](#responseObject) \| [Reference Object](#referenceObject) | The documentation of responses other than the ones declared for specific HTTP response codes. Use this field to cover undeclared responses. A [Reference Object](#referenceObject) can link to a response that the [OpenAPI Object's components/responses](#componentsResponses) section defines.
0 commit comments