v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
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"
}