Allow to search by folders

This commit is contained in:
Eike Kettner
2020-07-11 16:52:13 +02:00
parent 86443e10a6
commit 0df541f30a
5 changed files with 81 additions and 7 deletions

View File

@ -3776,6 +3776,9 @@ components:
concEquip:
type: string
format: ident
folder:
type: string
format: ident
dateFrom:
type: integer
format: date-time
@ -3829,6 +3832,8 @@ components:
$ref: "#/components/schemas/IdName"
concEquip:
$ref: "#/components/schemas/IdName"
folder:
$ref: "#/components/schemas/IdName"
fileCount:
type: integer
format: int32