Skip to content

Commit 9f47012

Browse files
authored
Clarify that server should response with 400 Bad Request in both cases (json-api#1616)
1 parent 9626d34 commit 9f47012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_format/1.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ It is **RECOMMENDED** that a capital letter (e.g. camelCasing) be used to
21052105
satisfy the above requirement.
21062106

21072107
If a server encounters a query parameter that does not follow the naming
2108-
conventions above, and the server does not know how to process it as a query
2108+
conventions above, or the server does not know how to process it as a query
21092109
parameter from this specification, it **MUST** return `400 Bad Request`.
21102110

21112111
> Note: By forbidding the use of query parameters that contain only the characters

0 commit comments

Comments
 (0)