mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Include archive infos in item detail
This commit is contained in:
@ -1897,6 +1897,7 @@ components:
|
||||
- updated
|
||||
- attachments
|
||||
- sources
|
||||
- archives
|
||||
- tags
|
||||
properties:
|
||||
id:
|
||||
@ -1947,6 +1948,10 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/AttachmentSource"
|
||||
archives:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/AttachmentSource"
|
||||
tags:
|
||||
type: array
|
||||
items:
|
||||
|
Reference in New Issue
Block a user