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: src/oas.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
@@ -66,7 +66,7 @@ Some examples of possible media type definitions:
66
66
67
67
### URI Percent-Encoding
68
68
69
-
All URIs MUST successfully parse and percent-decode using [[RFC3986]] rules.
69
+
All API URLs MUST successfully parse and percent-decode using [[RFC3986]] rules.
70
70
71
71
Content in the `application/x-www-form-urlencoded` format, including query strings produced by [Parameter Objects](#parameter-object) with `in: "query"`, MUST also successfully parse and percent-decode using [[RFC1866]] rules, including treating non-percent-encoded `+` as an escaped space character.
0 commit comments