mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Allow person to be correspondent, concerning or both
This commit is contained in:
@ -4999,7 +4999,7 @@ components:
|
||||
- address
|
||||
- contacts
|
||||
- created
|
||||
- concerning
|
||||
- use
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@ -5016,11 +5016,16 @@ components:
|
||||
$ref: "#/components/schemas/Contact"
|
||||
notes:
|
||||
type: string
|
||||
concerning:
|
||||
type: boolean
|
||||
use:
|
||||
type: string
|
||||
format: personuse
|
||||
enum:
|
||||
- concerning
|
||||
- correspondent
|
||||
- both
|
||||
description: |
|
||||
Whether this person should be used to create suggestions
|
||||
for the "concerning person" association.
|
||||
for the "concerning person", "correspondent" or both.
|
||||
created:
|
||||
description: DateTime
|
||||
type: integer
|
||||
|
Reference in New Issue
Block a user