mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(docs): document pagination requirement for /systems/:ref/switches endpoint
This commit is contained in:
parent
b4b83f2c94
commit
d72537eded
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue