From 4580d11d3277b38b0e77b798a7f970b31a3192af Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 Oct 2016 12:50:35 +0200 Subject: [PATCH] Noticed in swagger docs that the searchTerm param is only available from v 1.3.0 of shlink --- docs/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger.json b/docs/swagger.json index 0d721cd0..d731f858 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -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" },