Update api.md

This commit is contained in:
shamoon 2025-01-25 19:18:54 -08:00
parent 3cb43b02ff
commit 30c5ec7fc4

View File

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