---
title: "Edit Team"
method: PATCH
path: "/v2/admin/org/{org-name}/teams/{team-name}"
tags: ["Super Admin Org Controller"]
---

# Edit Team

`PATCH /v2/admin/org/{org-name}/teams/{team-name}`

Edit a Team

## Path parameters

- `org-name` string, required
- `team-name` string, required

## Request body

- TeamUpdateRequest — object used to update information about existing team
  - `repoScanSettings` RepoScanSettings — Repo scan setting definition
    - `repoScanAllowOverride` boolean — Allow org admin to override the org level repo scan settings
    - `repoScanShowResults` boolean — Allow showing scan results to CLI or UI
    - `repoScanEnabled` boolean — Enable the repository scan or not. Only used in org level object
    - `repoScanEnableNotifications` boolean — Sends notification to end user after scanning is done
    - `repoScanByDefault` boolean — Allow repository scanning by default
    - `repoScanEnableTeamOverride` boolean — Allow override settings at team level. Only used in org level object
  - `description` string — description of the team
  - `infinityManagerSettings` InfinityManagerSettings — Infinity manager setting definition
    - `infinityManagerEnabled` boolean — Enable the infinity manager or not. Used both in org and team level object
    - `infinityManagerEnableTeamOverride` boolean — Allow override settings at team level. Only used in org level object

## Response `200`

OK

## Other responses

- `302` — Found
- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Object Exists
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `451` — Unavailable For Legal Reasons
- `500` — Internal Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.dev/brevdev/apis/ngc-api-documentation.md) · [All operations](https://skmtc.dev/brevdev/apis/ngc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brevdev/ngc-api-documentation/revisions/7f0aa99cc03e/schema)
