Skip to main content

Update a Driver's Custom Fields

PUT 

/drivers/:driver_id/custom-fields

Upserts typed custom field values for this driver, by definition id. The value is validated against the field's configured type and required setting. See the type-format table on value below for the accepted input shape per type, and the driver custom-field schema in the response for the shape returned. The id must reference a custom field already configured for your account. See GET/POST /settings/drivers/custom-fields to check or create one first. Writing a value for an id that doesn't exist returns a 422.

Request

Responses

Successful operation