Note |
---|
This method is work in progress. |
The present method lets you set the available options of a custom field.
Wordbee supports pick list custom fields. Such custom fields define different options from which a user can select from. Use settings/customfields to enumerate all fields and see which ones are pick lists (look for “Combo”). The present method lets you set the available options of a custom field. Please note that custom fields with options come in two flavors:
List of strings: Most field types only allow to configure a list of strings. This concerns fields Combo, ComboEditable and ComboMultiSelect.
List of strings with meta data: Fields of type ComboExt ComboAuto are like Combo regular pick lists but with a nice twist: You can also specify a list of strings but also add meta-data to each string. Read more.
URL
Code Block |
---|
(POST) /api/settings/customfields/{id}/options/items |
...