manageCollectionLinks

fun manageCollectionLinks(collection: LinksCollection, links: List<String>): JSONObject

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

Return

the result of the request as JSONObject

Parameters

collection

: the collection where manage the shared link

links

: the list of links shared with the collection


fun manageCollectionLinks(collectionId: String, links: List<String>): JSONObject

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

Return

the result of the request as JSONObject

Parameters

collectionId

: the identifier of the collection where manage the shared link

links

: the list of links shared with the collection