From d5606114cd2b321bd7ce0875ea5503fe77415313 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 21 Jan 2022 20:02:52 +0100 Subject: [PATCH] Documented new ordering fields supported on tags list --- docs/swagger/paths/v2_tags_stats.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/swagger/paths/v2_tags_stats.json b/docs/swagger/paths/v2_tags_stats.json index bd745fd0..48e5690f 100644 --- a/docs/swagger/paths/v2_tags_stats.json +++ b/docs/swagger/paths/v2_tags_stats.json @@ -51,7 +51,11 @@ "type": "string", "enum": [ "tag-ASC", - "tag-DESC" + "tag-DESC", + "shortUrlsCount-ASC", + "shortUrlsCount-DESC", + "visitsCount-ASC", + "visitsCount-DESC" ] } }