---
title: "Update for task group by driver"
method: POST
path: "/tracking/sharing_settings/task_group_by_driver/v1"
tags: ["/tracking"]
---

# Update for task group by driver

`POST /tracking/sharing_settings/task_group_by_driver/v1`

Updates the sharing settings for a task group by driver tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (TaskGroupByDriverSharingSettingsUpdateReq) -> (TaskGroupByDriverSharingSettings1)

## Request body

- TaskGroupByDriverSharingSettingsUpdateReq
  - `task_group_id` string, required
  - `public` boolean, required

## Response `200`

Successful Response

- TaskGroupByDriverSharingSettings1
  - `schema_version` 1, required
  - `task_group_id` string, required
  - `driver_id` string, nullable
  - `public` boolean
  - `last_changed_by_user_id` string, nullable — Must be a string starting with `user_`
  - `last_changed_by_org_id` string, nullable — Must be a string starting with `org_`
  - `last_changed_timestamp` string, date-time, nullable
  - `_id` string, required

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