mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update website
This commit is contained in:
@ -152,6 +152,7 @@ structure:
|
||||
{ multiple: Bool
|
||||
, direction: Maybe String
|
||||
, folder: Maybe String
|
||||
, skipDuplicates: Bool
|
||||
}
|
||||
```
|
||||
|
||||
@ -169,6 +170,10 @@ be placed into this folder. Errors are logged (for example, the folder
|
||||
may have been deleted before the task is executed) and the item is
|
||||
then not put into any folder.
|
||||
|
||||
The `skipDuplicates` is optional and set to `false` if not specified.
|
||||
It configures the processing task. If set to `true`, the processing
|
||||
task will skip all input files that are already present in docspell.
|
||||
|
||||
This kind of request is very common and most programming languages
|
||||
have support for this. For example, here is another curl command
|
||||
uploading two files with meta data:
|
||||
|
Reference in New Issue
Block a user