aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-conventions.md b/api-conventions.md
index 4d77c5a..3dbd479 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -79,8 +79,8 @@ When executing a `GET` request on a list of resources, the response format is:
}
```
-To retrieve the next page of results, add `?get=:id` to your request URL, using
-the `:id` given by `"next"`.
+To retrieve the next page of results, add `?start=:id` to your request URL,
+using the `:id` given by `"next"`.
## Response codes