mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Enhancement: support custom field values on post document (#10859)
This commit is contained in:
parent
e0512e35a2
commit
6dbd32759d
4 changed files with 144 additions and 13 deletions
|
|
@ -192,8 +192,8 @@ The endpoint supports the following optional form fields:
|
|||
- `tags`: Similar to correspondent. Specify this multiple times to
|
||||
have multiple tags added to the document.
|
||||
- `archive_serial_number`: An optional archive serial number to set.
|
||||
- `custom_fields`: An array of custom field ids to assign (with an empty
|
||||
value) to the document.
|
||||
- `custom_fields`: Either an array of custom field ids to assign (with an empty
|
||||
value) to the document or an object mapping field id -> value.
|
||||
|
||||
The endpoint will immediately return HTTP 200 if the document consumption
|
||||
process was started successfully, with the UUID of the consumption task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue