mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Add pagination params to GET:systems
This commit is contained in:
parent
16c7ff4988
commit
27f63adf4a
@ -189,6 +189,24 @@
|
|||||||
"summary": "List Systems",
|
"summary": "List Systems",
|
||||||
"tags": [
|
"tags": [
|
||||||
"systems"
|
"systems"
|
||||||
|
],
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"schema": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"in": "query",
|
||||||
|
"name": "page",
|
||||||
|
"description": "What page to request"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"schema": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"in": "query",
|
||||||
|
"name": "limit",
|
||||||
|
"description": "How many entries to return per page"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user