Fix the services API
All checks were successful
Validate / Hassfest (push) Successful in 3s

This commit is contained in:
2026-02-01 02:22:52 +03:00
parent 4b0f3b8b12
commit ee45fdc177
7 changed files with 46 additions and 36 deletions

View File

@@ -151,11 +151,11 @@
},
"order_by": {
"name": "Order By",
"description": "Field to sort assets by (date, rating, or name)."
"description": "Field to sort assets by (date, rating, name, or random)."
},
"order": {
"name": "Order",
"description": "Sort direction (ascending, descending, or random)."
"description": "Sort direction (ascending or descending)."
},
"asset_type": {
"name": "Asset Type",

View File

@@ -151,11 +151,11 @@
},
"order_by": {
"name": "Сортировать по",
"description": "Поле для сортировки файлов (date - дата, rating - рейтинг, name - имя)."
"description": "Поле для сортировки файлов (date - дата, rating - рейтинг, name - имя, random - случайный)."
},
"order": {
"name": "Порядок",
"description": "Направление сортировки (ascending - по возрастанию, descending - по убыванию, random - случайный)."
"description": "Направление сортировки (ascending - по возрастанию, descending - по убыванию)."
},
"asset_type": {
"name": "Тип файла",