update

suspend fun update(teamId: String, name: String? = null, accessCode: String? = null): Team

Updates a team.

Return

The updated Team.

Parameters

teamId

The ID of the team to update.

name

The new name of the team.

accessCode

The new access code of the team.