Skip to content

Commit dbf07e1

Browse files
committed
Header Object example updates
1 parent 824c490 commit dbf07e1

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
@@ -2495,6 +2495,10 @@ X-Rate-Limit-Limit:
24952495
description: The number of allowed requests in the current period
24962496
schema:
24972497
type: integer
2498+
examples:
2499+
OneHundred:
2500+
dataValue: 100
2501+
serializedValue: "100"
24982502
```
24992503
25002504
Requiring that a strong `ETag` header (with a value starting with `"` rather than `W/`) is present. Note the use of `content`, because using `schema` and `style` would require the `"` to be percent-encoded as `%22`:

0 commit comments

Comments
 (0)