Skip to content

Commit 1301be3

Browse files
committed
fixed basePath reference
1 parent d7e78ac commit 1301be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ the full URL. The Paths may be empty, due to [ACL constraints](#securityFilteri
352352

353353
Field Pattern | Type | Description
354354
---|:---:|---
355-
<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 [`basePath`](#oasBasePath) in order to construct the full URL. [Path templating](#pathTemplating) is allowed.
355+
<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.
356356

357357
This object can be extended with [Specification Extensions](#specificationExtensions).
358358

0 commit comments

Comments
 (0)