mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 23:18:37 +03:00
Noticed in swagger docs that the searchTerm param is only available from v 1.3.0 of shlink
This commit is contained in:
parent
8610a158d4
commit
4580d11d32
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
{
|
||||
"name": "searchTerm",
|
||||
"in": "query",
|
||||
"description": "A query used to filter results by searching for it on the longUrl and shortCode fields",
|
||||
"description": "A query used to filter results by searching for it on the longUrl and shortCode fields. (From Shlink 1.3.0)",
|
||||
"required": false,
|
||||
"type": "string"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue