---
title: "PUT /team/{team_id}"
method: PUT
path: "/team/{team_id}"
tags: ["team"]
---

# PUT /team/{team_id}

`PUT /team/{team_id}`

## Path parameters

- `team_id` string, uuid, required

## Request body

- UpdateTeamRequest
  - `description` string, nullable
  - `name` string, nullable
  - `pipedream_project_id` string, nullable
  - `slack_bot_token` string, nullable
  - `slack_team_icon` string, nullable
  - `slack_team_id` string, nullable
  - `slack_team_name` string, nullable

## Response `200`

Team updated successfully

- UpdateTeamResponse
  - `team` Team, required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `pipedream_project_id` string, nullable
    - `sandbox_provider` string, nullable
    - `slack_team_icon` string, nullable
    - `slack_team_id` string, nullable
    - `slack_team_name` string, nullable
    - `teams_app_id` string, nullable
    - `teams_service_url` string, nullable
    - `teams_tenant_id` string, nullable
    - `updated_at` string, date-time, required

## Other responses

- `403` — Forbidden - user not admin/owner of team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
