feat(docs): document pagination requirement for /systems/:ref/switches endpoint
This commit is contained in:
parent
b4b83f2c94
commit
d72537eded
@ -213,7 +213,10 @@ Query String Parameters
|
||||
|key|type|description|
|
||||
|---|---|---|
|
||||
|before|timestamp|date to get latest switch from|
|
||||
|limit|int|number of switches to get|
|
||||
|limit|int|number of switches to get (defaults to 100)||
|
||||
::: warning
|
||||
This endpoint returns at most 100 switches. To get more switches, make multiple requests using the `before` parameter for pagination.
|
||||
:::
|
||||
|
||||
Returns a [switch object](/api/models#switch-model) containing a list of IDs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user