edit Custom Link

open fun editCustomLink(    userId: String,     linkId: String,     title: String,     description: String,     hasUniqueAccess: Boolean,     expiredTime: ExpiredTime,     fields: Map<String, Any>,     resources: Map<String, Any>)

Method to execute the query to save a link

Parameters

userId

The owner of the link

linkId

The identifier of the link

title

The title of the link

description

The description of the link

hasUniqueAccess

: whether the link has the unique access

expiredTime

The expiration time set for the link

fields

The field used to protect the resources

resources

The resources attached to the link