manageTeamLinks

fun manageTeamLinks(team: Team, links: List<String>): JSONObject

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

Return

the result of the request as JSONObject

Parameters

team

: the team where manage the shared link

links

: the list of links shared with the team


fun manageTeamLinks(teamId: String, links: List<String>): JSONObject

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

Return

the result of the request as JSONObject

Parameters

teamId

: the team identifier where manage the shared link

links

: the list of links shared with the team