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

# Update auto-assign

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

Toggles a driver's `auto_assign_enabled` flag — opt-in for direct (non-bidding) task-group assignment. Authorized: the driver themselves OR an operator+ in the driver's org (operators may override the driver's setting). Provider orgs only. | (DriverUpdateAutoAssignReq) -> (bool)

## Path parameters

- `driver_id` string, required

## Request body

- DriverUpdateAutoAssignReq
  - `auto_assign_enabled` boolean, required

## 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)
