Skip to content

Commit c15db13

Browse files
authored
Merge pull request #4260 from char0n/char0n/link-operation
2 parents 5a0a0e8 + 21b5bcf commit c15db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In some cases, an unambiguous URI-based alternative is available, and OAD author
176176
| [Security Requirement Object](#security-requirement-object) `{name}` | [Security Scheme Object](#security-scheme-object) name under the [Components Object](#components-object) | _n/a_ |
177177
| [Discriminator Object](#discriminator-object) `mapping` _(implicit, or explicit name syntax)_ | [Schema Object](#schema-object) name under the Components Object | `mapping` _(explicit URI syntax)_ |
178178
| [Operation Object](#operation-object) `tags` | [Tag Object](#tag-object) `name` (in the [OpenAPI Object](#openapi-object)'s `tags` array) | _n/a_ |
179-
| [Link Object](#link-object) `operationId` | [Path Item Object](#path-item-object) `operationId` | `operationRef` |
179+
| [Link Object](#link-object) `operationId` | [Operation Object](#operation-object) `operationId` | `operationRef` |
180180

181181
A fifth implicit connection involves appending the templated URL paths of the [Paths Object](#paths-object) to the appropriate [Server Object](#server-object)'s `url` field.
182182
This is unambiguous because only the entry document's Paths Object contributes URLs to the described API.

0 commit comments

Comments
 (0)