---
title: "Update Team"
method: PATCH
path: "/v3/portals/{portalId}/teams/{teamId}"
tags: ["Portal Teams"]
---

# Update Team

`PATCH /v3/portals/{portalId}/teams/{teamId}`

Updates an individual developer team for a portal.

## Request body

- PortalUpdateTeamRequest — Properties to update on a team.
  - `name` string — The name of the team.
  - `description` string — The description of the team.
  - `can_own_applications` boolean — Whether the team is allowed to own applications.

## Response `200`

Details about a team of developers in a portal.

- PortalTeamResponse — Details about a developer team.
  - `id` string, uuid, required
  - `name` string, required — The name of the team.
  - `description` string, required — The description of the team.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `can_own_applications` boolean — Whether the team is allowed to own applications.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b1ea6bd77dec/schema)
