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: specification/parameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Parameters can reside in different locations, indicated by the `in` field. The m
73
73
> **NOTE**:
74
74
> If any parameters are `in: query`, then `in: querystring` cannot be used.
75
75
76
-
- `querystring` (OpenAPI 3.2+): The entire query string is treated as a single parameter with complex structure:
76
+
- `querystring` (OpenAPI 3.2+): The entire query string is treated as a single parameter with complex structure, meaning that combinations of query parameters can be expressed using a well-defined Schema object:
0 commit comments