You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2486,7 +2486,7 @@ Using `content` with a `text/plain` media type is RECOMMENDED for headers where
2486
2486
| ---- | :----: | ---- |
2487
2487
| <aname="header-content"></a>content | Map[`string`, [Media Type Object](#media-type-object)]| A map containing the representations for the header. The key is the media type and the value describes it. The map MUST only contain one entry. |
2488
2488
2489
-
##### Header Object Example
2489
+
##### Header Object Examples
2490
2490
2491
2491
A simple header of type `integer`:
2492
2492
@@ -2513,6 +2513,38 @@ ETag:
2513
2513
pattern: ^"
2514
2514
```
2515
2515
2516
+
A `Link` header that, if present, must include links with the standard relation types `self`, `first`, `prev`, `next`, and `last`, as might be used on a paginated collection:
0 commit comments