mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-09 15:43:05 -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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 New Issue
Block a user