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
team Id
The identifier of the team to update
title
The title of the team
logo Pic Name
The name of the logo picture selected
logo Pic Bytes
The array of bytes made up the logo picture
description
The description of the team
members Raw
Raw list of members to add in the team