mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 14:53:48 +03:00
Added missing itemsPerPage param for short URLs endpoint to swagger docs
This commit is contained in:
parent
927fb51313
commit
b8a725d60c
1 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,15 @@
|
|||
"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",
|
||||
"in": "query",
|
||||
|
|
Loading…
Reference in a new issue