Teams

Update a Team

Update a team (must have team or org owner role)

put/orgs/{org_name}/teams/{team_slug}

Path parameters

org_namestring required
team_slugstring required

Request body

namestring required
descriptionstring

Example request

{
  "name": "Honeybee Contributors",
  "description": "The Honeybee team works on all things energy modelling"
}

Response

Accepted

statusstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.