mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-09 23:53:03 -06:00
Added missing itemsPerPage param for short URLs endpoint to swagger docs
This commit is contained in:
parent
927fb51313
commit
b8a725d60c
@ -19,6 +19,15 @@
|
|||||||
"type": "integer"
|
"type": "integer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "itemsPerPage",
|
||||||
|
"in": "query",
|
||||||
|
"description": "The amount of items to return on every page. Defaults to 10",
|
||||||
|
"required": false,
|
||||||
|
"schema": {
|
||||||
|
"type": "number"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "searchTerm",
|
"name": "searchTerm",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
Loading…
Reference in New Issue
Block a user