Skip to content

Commit 075b76d

Browse files
author
James Watts
authored
Minor language update to use MAY keyword
1 parent d9dc7fd commit 075b76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ items:
889889

890890
A container for the expected responses of an operation. The container maps a HTTP response code to the expected response. It is not expected from the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance. However, it is expected from the documentation to cover a successful operation response and any known errors.
891891

892-
The `default` can be used a default response object for all HTTP codes that are not covered individually by the specification.
892+
The `default` MAY be used as a default response object for all HTTP codes that are not covered individually by the specification.
893893

894894
The `Responses Object` MUST contain at least one response code, and it SHOULD be the response for a successful operation call.
895895

0 commit comments

Comments
 (0)