From 30c5ec7fc4df7cd3da4b9a3c78ab7ee985c3e9ea Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:18:54 -0800 Subject: [PATCH] Update api.md --- docs/api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index d02a5117c..536418844 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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.