Updates the details for a team by id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Update(
string teamId,
string name,
Action<SparkApiEventArgs<Team>> completionHandler
)
Parameters
- teamId
- Type: SystemString
The team id. - name
- Type: SystemString
A user-friendly name for the team. - completionHandler
- Type: SystemActionSparkApiEventArgsTeam
The completion event handler.
Remarks Since: 0.1.0
See Also