Skip to content

Commit 3de9447

Browse files
authored
Merge pull request #5216 from valerii15298/patch-12
Fix broken $ref in example
2 parents 422c6de + b3f10d9 commit 3de9447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ components:
27692769
content:
27702770
application/linkset+json:
27712771
schema:
2772-
$ref: '#/components/mediaTypes/CollectionLinks'
2772+
$ref: '#/components/schemas/CollectionLinks'
27732773
```
27742774
27752775
#### Representing the `Set-Cookie` Header

0 commit comments

Comments
 (0)