Noticed in swagger docs that the searchTerm param is only available from v 1.3.0 of shlink

This commit is contained in:
Alejandro Celaya 2016-10-22 12:50:35 +02:00
parent 8610a158d4
commit 4580d11d32

View file

@ -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"
},