Skip to content

Commit 51ea600

Browse files
authored
Merge pull request OAI#855 from ePaul/patch-1
make path → URL resolution clearer.
2 parents f2c2342 + bc29405 commit 51ea600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,15 +410,15 @@ All the fixed fields declared above are objects that MUST use keys that match th
410410

411411
#### <a name="pathsObject"></a>Paths Object
412412

413-
Holds the relative paths to the individual endpoints.
414-
The path is appended to the [`Server Object`](#serverObject) in order to construct
413+
Holds the relative paths to the individual endpoints and their operations.
414+
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct
415415
the full URL. The Paths MAY be empty, due to [ACL constraints](#securityFiltering).
416416

417417
##### Patterned Fields
418418

419419
Field Pattern | Type | Description
420420
---|:---:|---
421-
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a slash. The path is appended to the [`Server Object`](#serverObject) in order to construct the full URL. [Path templating](#pathTemplating) is allowed.
421+
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a slash. The path is **appended** (no relative URL resolution) to the expanded URL from the [`Server Object`](#serverObject)'s `url` field in order to construct the full URL. [Path templating](#pathTemplating) is allowed.
422422

423423
This object can be extended with [Specification Extensions](#specificationExtensions).
424424

0 commit comments

Comments
 (0)