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: versions/3.0.4.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3587,7 +3587,7 @@ Implementations MAY create a properly delimited URI Template with variables for
3587
3587
This includes:
3588
3588
* the styles `pipeDelimited`, `spaceDelimited`, and `deepObject`, which have no equivalents at all
3589
3589
* the combination of the style `form` with `allowReserved: true`, which is not allowed because only one prefix operator can be used at a time
3590
-
* any parameter name that is not a legal RFC6570 variable name (alphanumerics, `_`, and percent-encoded characters)
3590
+
* any parameter name that is not a legal RFC6570 variable name
3591
3591
3592
3592
The Parameter Object's `name` field has a much more permissive syntax than [RFC6570 variable name syntax](https://www.rfc-editor.org/rfc/rfc6570#section-2.3).
3593
3593
A parameter name that includes characters outside of the allowed RFC6570 variable character set MUST be percent-encoded before it can be used in a URI Template.
0 commit comments