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
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.