From 51bf948458897d73ebb9908fe2b83abc7ac8b55a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 29 Oct 2016 12:42:36 +0200 Subject: [PATCH] Fixed schema definition on order by argument --- docs/swagger/paths/v1_short-codes.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/swagger/paths/v1_short-codes.json b/docs/swagger/paths/v1_short-codes.json index 42b22f82..14834851 100644 --- a/docs/swagger/paths/v1_short-codes.json +++ b/docs/swagger/paths/v1_short-codes.json @@ -26,10 +26,8 @@ "description": "A list of tags used to filter the resultset. Only short URLs tagged with at least one of the provided tags will be returned. (Since v1.3.0)", "required": false, "type": "array", - "schema": { - "items": { - "type": "string" - } + "items": { + "type": "string" } }, {