mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-30 20:44:01 -06:00
Documented new ordering fields supported on tags list
This commit is contained in:
parent
afca66d655
commit
d5606114cd
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user