---
title: "Update"
method: PATCH
path: "/shipping/drivers/update/v1/{driver_id}"
tags: ["/shipping/drivers"]
---

# Update

`PATCH /shipping/drivers/update/v1/{driver_id}`

Updates driver contact details and vehicle type assignments. Provider orgs only; caller must be the driver (self) or an operator+. | (DriverClientUpdate1) -> (bool)

## Path parameters

- `driver_id` string, required

## Request body

- DriverClientUpdate1
  - `email_address_primary` string, email, nullable
  - `email_address_secondary` string, email, nullable
  - `phone_number_primary` string, phone, nullable
  - `phone_number_secondary` string, phone, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `vehicle_types` VehicleTypeEnum[]
  - `email_address_primary__set_to_None` boolean
  - `email_address_secondary__set_to_None` boolean
  - `phone_number_primary__set_to_None` boolean
  - `phone_number_secondary__set_to_None` boolean
  - `first_name__set_to_None` boolean
  - `last_name__set_to_None` boolean

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
