Skip to content

Commit b3f10d9

Browse files
authored
Fix broken $ref in example
1 parent edfb960 commit b3f10d9

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)