manageTeamCollections

fun manageTeamCollections(team: Team, collections: List<String>): JSONObject

Function to execute the request to manage the collections shared with the team

Return

the result of the request as JSONObject

Parameters

team

: the team where manage the shared collections

collections

: the list of collections shared with the team


fun manageTeamCollections(teamId: String, collections: List<String>): JSONObject

Function to execute the request to manage the collections shared with the team

Return

the result of the request as JSONObject

Parameters

teamId

: the team identifier where manage the shared collections

collections

: the list of collections shared with the team