mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Update api.md
This commit is contained in:
parent
3cb43b02ff
commit
30c5ec7fc4
@ -577,7 +577,7 @@ Initial API version.
|
||||
#### Version 7
|
||||
|
||||
- The format of select type custom fields has changed to return the options
|
||||
as an array of objects with `id` and `label` fields. When creating or
|
||||
updating a custom field value of a document for a select type custom field,
|
||||
the value should be the `id` of the option whereas previously was the index
|
||||
of the option.
|
||||
as an array of objects with `id` and `label` fields as opposed to a simple
|
||||
list of strings. When creating or updating a custom field value of a
|
||||
document for a select type custom field, the value should be the `id` of
|
||||
the option whereas previously was the index of the option.
|
||||
|
Loading…
x
Reference in New Issue
Block a user