Skip to content

Commit 7338e16

Browse files
committed
Fix missed update to example from ported changes
1 parent f100052 commit 7338e16

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/oas.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,15 +3112,13 @@ Requiring that a strong `ETag` header (with a value starting with `"` rather tha
31123112
```yaml
31133113
ETag:
31143114
required: true
3115-
content:
3116-
text/plain:
3117-
schema:
3118-
type: string
3119-
# Note that quotation markes are part of the
3120-
# ETag value, unlike many other headers that
3121-
# use a quoted string purely for managing
3122-
# reserved characters.
3123-
pattern: ^"
3115+
schema:
3116+
type: string
3117+
# Note that quotation markes are part of the
3118+
# ETag value, unlike many other headers that
3119+
# use a quoted string purely for managing
3120+
# reserved characters.
3121+
pattern: ^"
31243122
example: '"xyzzy"'
31253123
```
31263124

0 commit comments

Comments
 (0)