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
- 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.