use limit=0 to get full data set

This commit is contained in:
Lennert Molema 2019-10-31 12:15:00 +01:00 committed by GitHub
parent faab8249ab
commit 6162acdad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ Limit the result length to 30.
`GET /users?_limit=30`
You can require the full data set by passing a limit equal to `-1`
You can require the full data set by passing a limit equal to `0`
### Start