Skip to main content

Update a Driver Custom Field Definition

PUT 

/settings/drivers/custom-fields/:customFieldId

Rename a driver custom field or adjust its prefix, suffix or dropdown options, without losing the values already recorded against it on any driver. Only send the fields you actually want to change.

type and is_required cannot be changed once a field is created. Sending either with its current value is accepted, and sending a different value returns 422.

When a singleSelect or multiSelect option list is narrowed, any driver holding a value that is no longer an option has that value cleared.

Request

Responses

Successful operation