create

suspend fun create(name: String): Team

Creates a new team.

Return

The newly created Team.

Parameters

name

The name of the team.