Skip to content

Commit

Permalink
Merge pull request #374 from Chandankkrr/patch-1
Browse files Browse the repository at this point in the history
Updated page number to start at 0
  • Loading branch information
jimmyjames authored Sep 7, 2021
2 parents 72e9e3d + a97af0c commit dbfe4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ You can pass an optional Filter to narrow the results in the response.
Example:
```java
UserFilter filter = new UserFilter()
.withPage(1, 20);
.withPage(0, 20);
//...
Request<UsersPage> request = mgmt.users().list(filter);
try {
Expand Down

0 comments on commit dbfe4f1

Please sign in to comment.