Documented new ordering fields supported on tags list

This commit is contained in:
Alejandro Celaya 2022-01-21 20:02:52 +01:00
parent afca66d655
commit d5606114cd

View file

@ -51,7 +51,11 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"tag-ASC", "tag-ASC",
"tag-DESC" "tag-DESC",
"shortUrlsCount-ASC",
"shortUrlsCount-DESC",
"visitsCount-ASC",
"visitsCount-DESC"
] ]
} }
} }