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
Example request
{
"prefs": {
"testRunRestrictionWindows": [
{
"windowsForDay": [
{
"start": "14:30",
"end": "14:30"
}
]
}
]
}
}Response
default response