Skip to content

Commit 49bca4e

Browse files
author
Phil Sturgeon
committed
none of those either
1 parent 43bbbff commit 49bca4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.0.md

+2-2
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 (`/`), question marks (`?`), or hashes (`#`).
7979

8080
##### <a name="mediaTypes"></a>Media Types
8181
Media type definitions are spread across several resources.
@@ -660,7 +660,7 @@ components:
660660
#### <a name="pathsObject"></a>Paths Object
661661

662662
Holds the relative paths to the individual endpoints and their operations.
663-
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct the full URL. The Paths MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering). Paths MAY be omitted in some classes of OAS documents, including referenced sub-documents and overlays.
663+
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct the full URL. The Paths MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering). Paths MAY be omitted in some classes of OAS documents, including referenced sub-documents and overlays.
664664

665665
##### Patterned Fields
666666

0 commit comments

Comments
 (0)