Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Updates the list of options of a pick list custom field.

This method is used for custom fields of type: Combo, ComboEditable and ComboMultiSelect only.

 

Not implemented. Currently hidden page.

 

URL

(PUT) /settings/customfields/{id}/options

PARAMETERS

URL parameters are:

id

The unique ID of the custom field.

string, Mandatory

 

The request body contains a json array with the options.

request body

JSON array of options.

If null or [] then the system clears all options. Note that with custom fields of type Combo and ComboMultiSelect you need to specify at least one option.

Double entries are automatically removed.

string[], Mandatory


RESULTS

The method returns no result.

 

 

 

  • No labels