mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 01:18:59 +03:00
Documented new ordering fields supported on tags list
This commit is contained in:
parent
afca66d655
commit
d5606114cd
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue