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: content/v3.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,14 +320,16 @@ SHA1 and not on page number.
320
320
321
321
_Linebreak is included for readability._
322
322
323
+
This `Link` response header contains one or more [Hypermedia](/v3/#hypermedia) link relations, some of which may require expansion as [URI templates](http://tools.ietf.org/html/rfc6570).
324
+
323
325
The possible `rel` values are:
324
326
325
327
Name | Description
326
328
-----------|-----------|
327
-
`next` |Shows the URL of the immediate next page of results.
328
-
`last` |Shows the URL of the last page of results.
329
-
`first` |Shows the URL of the first page of results.
330
-
`prev` |Shows the URL of the immediate previous page of results.
329
+
`next` |The link relation for the immediate next page of results.
330
+
`last` |The link relation for the last page of results.
331
+
`first` |The link relation for the first page of results.
332
+
`prev` |The link relation for the immediate previous page of results.
0 commit comments