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
@@ -2489,7 +2489,7 @@ Using `content` with a `text/plain` media type is RECOMMENDED for headers where
2489
2489
| ---- | :----: | ---- |
2490
2490
| <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. |
2491
2491
2492
-
##### Header Object Example
2492
+
##### Header Object Examples
2493
2493
2494
2494
A simple header of type `integer`:
2495
2495
@@ -2516,6 +2516,38 @@ ETag:
2516
2516
pattern: ^"
2517
2517
```
2518
2518
2519
+
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