---
title: "Update Team Details"
method: PUT
path: "/team/{team_uid}"
---

# Update Team Details

`PUT /team/{team_uid}`

## Path parameters

- `team_uid` string, required

## Request body

- object
  - `team` object
    - `team_name` string
    - `team_description` string
    - `team_color` string
    - `team_timezone` string
    - `is_dispatchable` boolean
    - `business_unit` string[] — Array of Trade type UIDs (upto 25 trade types)

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `title` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
