latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-17288558922.3 KB

d7d5dff08b4c

teams

Update a team

Update a team. Access policy: administrator

put/teams/{id}

Path parameters

idinteger required

Team identifier

Request body

Namestring

Name

Example request

{
  "Name": "developers"
}

Response

Success

DenyPortainerAccessboolean

Whether members of this team are denied access to Portainer itself (EE only)

Idinteger

Team Identifier

Namestring

Team name

Example response

{
  "Id": 1,
  "Name": "developers"
}