mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add the attachment-only option to a source
The upload request can now contain a boolean for importing only attachments when e-mails are uploaded. This option is now also added to a source url. Refs: #983
This commit is contained in:
@ -5402,6 +5402,7 @@ components:
|
||||
- enabled
|
||||
- priority
|
||||
- created
|
||||
- attachmentsOnly
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@ -5434,6 +5435,8 @@ components:
|
||||
description: DateTime
|
||||
type: integer
|
||||
format: date-time
|
||||
attachmentsOnly:
|
||||
type: boolean
|
||||
SourceTagIn:
|
||||
description: |
|
||||
A source and optional tags (ids or names) for updating/adding.
|
||||
|
Reference in New Issue
Block a user