Added ordering by name support for tags list with stats

This commit is contained in:
Alejandro Celaya
2022-01-09 13:38:59 +01:00
parent 1b51a1aedd
commit 95d8d3ef72
4 changed files with 49 additions and 9 deletions

View File

@@ -54,6 +54,19 @@
"schema": {
"type": "string"
}
},
{
"name": "orderBy",
"in": "query",
"description": "To determine how to order the results.",
"required": false,
"schema": {
"type": "string",
"enum": [
"tag-ASC",
"tag-DESC"
]
}
}
],
"responses": {