v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
teams

Idempotently updates an existing team.

Requires the privilege TEAMS_WRITE

patch/teams/{identifier}

Path parameters

identifierstring required

Query parameters

teamIdstring required

Required when using company session token.

Request body

namestring

The name for the team

productionboolean

Flag to determine if team is marked for production

defaultTeamRolestring

The default team role

Example request

{
  "prefs": {
    "testRunRestrictionWindows": [
      {
        "windowsForDay": [
          {
            "start": "14:30",
            "end": "14:30"
          }
        ]
      }
    ]
  }
}

Response

default response