Skip to content

Commit ec0271b

Browse files
authored
Merge pull request #4646 from lornajane/number-of-in-values
Update stated number of parameter locations (tiny fix!)
2 parents a43f132 + a97eb1f commit ec0271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ See [Appendix E](#appendix-e-percent-encoding-and-form-media-types) for a detail
947947

948948
##### Parameter Locations
949949

950-
There are four possible parameter locations specified by the `in` field:
950+
There are five possible parameter locations specified by the `in` field:
951951

952952
* path - Used together with [Path Templating](#path-templating), where the parameter value is actually part of the operation's URL. This does not include the host or base path of the API. For example, in `/items/{itemId}`, the path parameter is `itemId`.
953953
* query - Parameters that are appended to the URL. For example, in `/items?id=###`, the query parameter is `id`; MUST NOT appear in the same operation as an `in: "querystring"` parameter.

0 commit comments

Comments
 (0)