Skip to content

Commit a8133b7

Browse files
author
Todd Stock
committed
remove offset
1 parent e444a51 commit a8133b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/tools/ortelius.md

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ All endpoints for listing resources accept the following parameters:
3535
| Name | Type | Description | Default | Max |
3636
| :--- | :--- | :--- | :--- | :--- |
3737
| `limit` | `int` | The maximum number of items to return | `5000` | `5000` |
38-
| `offset` | `int` | The number of items to skip | `0` | None |
3938
| `query` | `string` | An ID prefix to filter items by | None | None |
4039
| `startTime` | `datetime` | Limits to items created on or after a given time | `0` | Now |
4140
| `endTime` | `datetime` | Limits to items created on or before a given time | Now | Now |

0 commit comments

Comments
 (0)