split that line

[ci skip]
pull/2164/head
Jan Sandbrink 10 years ago
parent 53f97d179a
commit 765659e7e8
  1. 3
      doc/apiv3-documentation.apib

@ -196,7 +196,8 @@ There are two ways to access the result pages of a paginated collection:
The available ways of pagination depend on the collection queried. Some collections feature no pagination at all, meaning they
will always return all elements. Others might only offer one of the two pagination methods or both of them.
An explanation of [offset](#collections-offset-based-pagination) and [cursor](#collections-cursor-based-pagination) based pagination can be found below the links table.
An explanation of [offset](#collections-offset-based-pagination) and [cursor](#collections-cursor-based-pagination) based
pagination can be found below the links table.
A collection also carries meta information like the total count of elements in the collection or - in case of a paginated collection -
the amount of elements returned in this response and action links to retrieve the remaining elements.

Loading…
Cancel
Save