Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip authored Oct 10, 2024
1 parent d964e41 commit 5e5260d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/building/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,10 @@ Content-Type: application/json; charset=utf-8
}
```

2. Get 3 people of type `person` by using cursor `0`.
2. Get the second set of 100 people of type `person` by using cursor `100`.

```
GET /api/v1/person?type=person&cursor=0&limit=3
GET /api/v1/person?type=person&cursor=100&limit=100
```

```
Expand Down

0 comments on commit 5e5260d

Please sign in to comment.