mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Fix: custom fields api format not visible in docs
This commit is contained in:
parent
567a7eb7f3
commit
a51c0850c8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ fields:
|
|||
- `set_permissions`: Allows setting document permissions. Optional,
|
||||
write-only. See [below](#permissions).
|
||||
- `custom_fields`: Array of custom fields & values, specified as
|
||||
{ field: CUSTOM_FIELD_ID, value: VALUE }
|
||||
`{ field: CUSTOM_FIELD_ID, value: VALUE }`
|
||||
|
||||
## Downloading documents
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue