manageLinkTeams

fun manageLinkTeams(link: RefyLink, teams: List<String>): JSONObject

Function to execute the request to manage the teams where the link is shared

Return

the result of the request as JSONObject

Parameters

link

: the link where manage its collections

teams

: the list of teams where share the link


fun manageLinkTeams(linkId: String, teams: List<String>): JSONObject

Function to execute the request to manage the teams where the link is shared

Return

the result of the request as JSONObject

Parameters

linkId

: the link identifier where manage its collections

teams

: the list of teams where share the link