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:
eikek
2021-08-23 14:19:11 +02:00
parent 45f6357f49
commit 993a391c13
9 changed files with 71 additions and 7 deletions

View File

@ -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.