Skip to content

Commit 8b8ab06

Browse files
author
Phil Sturgeon
committed
none of those either
1 parent 43bbbff commit 8b8ab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Path templating refers to the usage of template expressions, delimited by curly
7575

7676
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).
7777

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 (`#`).
7979

8080
##### <a name="mediaTypes"></a>Media Types
8181
Media type definitions are spread across several resources.

0 commit comments

Comments
 (0)