Skip to content

Commit 5620635

Browse files
committed
Fix ETag example.
1 parent f4927bf commit 5620635

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/oas.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,8 +2637,12 @@ ETag:
26372637
text/plain:
26382638
schema:
26392639
type: string
2640+
# Note that quotation markes are part of the
2641+
# ETag value, unlike many other headers that
2642+
# use a quoted string purely for managing
2643+
# reserved characters.
26402644
pattern: ^"
2641-
example: xyzzx
2645+
example: '"xyzzy"'
26422646
```
26432647

26442648
#### Tag Object

0 commit comments

Comments
 (0)