Skip to content

Commit ee1021a

Browse files
committed
Fix review suggestion that broke build.
1 parent d62df60 commit ee1021a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,11 @@ For simpler scenarios, a [`schema`](#parameter-schema) and [`style`](#parameter-
11491149
These fields MUST NOT be used with `in: "querystring"`.
11501150
11511151
Care is needed for parameters with `schema` that have `in: "header"` or `in: "cookie", style: "cookie"`:
1152+
11521153
* When serializing these values, URI percent-encoding MUST NOT be applied.
11531154
* When parsing these parameters, any apparent percent-encoding MUST NOT be decoded.
11541155
* If using an RFC6570 implementation that automatically performs encoding or decoding steps, the steps MUST be undone before use.
1156+
11551157
In these cases, implementations MUST pass values through unchanged rather than attempting to quote or escape them, as the quoting rules for headers and escaping conventions for cookies vary too widely to be performed automatically; see [Appendix D](#appendix-d-serializing-headers-and-cookies) for guidance on quoting and escaping.
11561158

11571159
| Field Name | Type | Description |

0 commit comments

Comments
 (0)