We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4927bf commit 5620635Copy full SHA for 5620635
1 file changed
src/oas.md
@@ -2637,8 +2637,12 @@ ETag:
2637
text/plain:
2638
schema:
2639
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.
2644
pattern: ^"
- example: xyzzx
2645
+ example: '"xyzzy"'
2646
```
2647
2648
#### Tag Object
0 commit comments