update
abstract fun update( teamId: String, newName: String, handler: CompletionHandler<Team>)
Content copied to clipboard
Updates the details for a team by id.
Since
0.1
Parameters
team Id
The identifier of the team.
new Name
A user-friendly name for the team.
handler
A closure to be executed once the request has finished.