mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Allow to search by folders
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user