update
abstract fun update( teamMembershipId: String, isModerator: Boolean, handler: CompletionHandler<TeamMembership>)
Content copied to clipboard
Updates the details for a team membership by id.
Since
0.1
Parameters
team Membership Id
The identifier of the membership.
is Moderator
If true, make the person a moderator of the team. The default is false.
handler
A closure to be executed once the request has finished.