manage Team Collections

fun manageTeamCollections(team: Team, collections: List<String>, onSuccess: () -> Unit)

Function to execute the request to manage the collections of a team

Parameters

team

: the team where manage the collections list

collections

: the collections identifiers of the collections to add

onSuccess

: the action to execute if the request has been successful