Update website

This commit is contained in:
Eike Kettner
2020-09-24 00:49:51 +02:00
parent e83483d4a7
commit 030ee6c932
3 changed files with 18 additions and 3 deletions

View File

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