mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Delete items by introducing a deleted state
When deleting items via the http api, they are not deleted anymore but a new status "Deleted" is set. The collective insights contains now a count separately for deleted items.
This commit is contained in:
@ -4569,6 +4569,7 @@ components:
|
||||
required:
|
||||
- incomingCount
|
||||
- outgoingCount
|
||||
- deletedCount
|
||||
- itemSize
|
||||
- tagCloud
|
||||
properties:
|
||||
@ -4578,6 +4579,9 @@ components:
|
||||
outgoingCount:
|
||||
type: integer
|
||||
format: int32
|
||||
deletedCount:
|
||||
type: integer
|
||||
format: int32
|
||||
itemSize:
|
||||
type: integer
|
||||
format: int64
|
||||
|
Reference in New Issue
Block a user