Skip to content

Commit 437b407

Browse files
authored
Added change to address #2287 (#2328)
Co-authored-by: Darrel Miller <[email protected]>
1 parent 912ef8d commit 437b407

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
@@ -73,7 +73,7 @@ A self-contained or composite resource which defines or describes an API or elem
7373
##### <a name="pathTemplating"></a>Path Templating
7474
Path templating refers to the usage of template expressions, delimited by curly braces ({}), to mark a section of a URL path as replaceable using path parameters.
7575

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).
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). An exception is if the path item is empty, for example due to ACL constraints, matching path parameters are not required.
7777

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

0 commit comments

Comments
 (0)