From c5f0bcf6b8432d8245bb2c335c0eec738fef27ee Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Fri, 10 Jan 2025 17:24:11 -0800 Subject: [PATCH] Update pagination.mdx --- api-reference/pagination.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api-reference/pagination.mdx b/api-reference/pagination.mdx index 086583f..326afc2 100644 --- a/api-reference/pagination.mdx +++ b/api-reference/pagination.mdx @@ -24,6 +24,14 @@ These list API methods share a common set of parameters that allow you to contro endpoint. Maximum value is 100. + + The field to sort the results by. + + + + The order to sort the results by. Can be `asc` or `desc`. + + ## Example The following example demonstrates how to retrieve the first page of 10 links: