edit Team

suspend fun editTeam(teamId: String, title: String, logoPicName: String, logoPicBytes: ByteArray, description: String, membersRaw: List<TeamMember>): JsonObject

Method to request to update a team

Return

the result of the request as JsonObject

Parameters

teamId

The identifier of the team to update

title

The title of the team

logoPicName

The name of the logo picture selected

logoPicBytes

The array of bytes made up the logo picture

description

The description of the team

membersRaw

Raw list of members to add in the team