Skip to content
Snippets Groups Projects
Commit e808c696 authored by Hannes Rosenögger's avatar Hannes Rosenögger
Browse files

fixed an error in the pagination doc of the api

parent f66ec1bc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -144,7 +144,7 @@ curl --header "PRIVATE-TOKEN: QVy1PB7sTxfy4pqfZM1U" --header "SUDO: 23" "http://
 
When listing resources you can pass the following parameters:
 
- `page` (default: `1`) - page number
- `page` (default: `0`) - page number
- `per_page` (default: `20`, max: `100`) - number of items to list per page
 
[Link headers](http://www.w3.org/wiki/LinkHeader) are send back with each response. These have `rel` prev/next/first/last and contain the relevant URL. Please use these instead of generating your own URLs.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment