Skip to content

Commit 7830a6e

Browse files
committed
Link example needs allowReserved: true
1 parent f7f869b commit 7830a6e

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
@@ -2531,6 +2531,10 @@ Link:
25312531
- pattern: rel="?next"?
25322532
- pattern: rel="?last"?
25332533
style: simple
2534+
# The ";" character and the URI delimiters are reserved
2535+
# but needs to be allowed as headers do not expect these
2536+
# to be percent-encoded.
2537+
allowReserved: true
25342538
examples:
25352539
CollectionLinks:
25362540
dataValue:

0 commit comments

Comments
 (0)