Skip to content

Commit 23fc4be

Browse files
committed
Link example needs allowReserved: true
1 parent 2334248 commit 23fc4be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/oas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,10 @@ Link:
25342534
- pattern: rel="?next"?
25352535
- pattern: rel="?last"?
25362536
style: simple
2537+
# The ";" character and the URI delimiters are reserved
2538+
# but needs to be allowed as headers do not expect these
2539+
# to be percent-encoded.
2540+
allowReserved: true
25372541
examples:
25382542
CollectionLinks:
25392543
dataValue:

0 commit comments

Comments
 (0)