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.1.0.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
@@ -75,7 +75,7 @@ Path templating refers to the usage of template expressions, delimited by curly
75
75
76
76
Each template expression in the path MUST correspond to a path parameter that is included in the [Path Item](#path-item-object) itself and/or in each of the Path Item's [Operations](#operation-object).
77
77
78
-
The value for these path parameters MUST NOT contain unescaped forward slashes (`/`).
78
+
The value for these path parameters MUST NOT contain any unescaped "generic syntax" characters described by [RFC3986](https://tools.ietf.org/html/rfc3986#section-3): forward slashes (`/`), forward question marks (`?`), or hashes (`#`).
79
79
80
80
##### <aname="mediaTypes"></a>Media Types
81
81
Media type definitions are spread across several resources.
0 commit comments