@@ -26,7 +26,7 @@ The cursor based pagination renders a more simple 'Previous'/'Next' control.
...
@@ -26,7 +26,7 @@ The cursor based pagination renders a more simple 'Previous'/'Next' control.
The pagination API was previously only able to alter the pagination style in the body of the response. The API now supports being able to write pagination information in response headers, making it possible to use pagination schemes that use the `Link` or `Content-Range` headers.
The pagination API was previously only able to alter the pagination style in the body of the response. The API now supports being able to write pagination information in response headers, making it possible to use pagination schemes that use the `Link` or `Content-Range` headers.
**TODO**: Link to docs.
For more information, see the [custom pagination styles](../api-guide/pagination/#custom-pagination-styles) documentation.