editLink

fun editLink(link: RefyLink, referenceLink: String, description: String): JSONObject

Function to execute the request to edit a link

Return

the result of the request as JSONObject

Parameters

link

: the link to edit

referenceLink

: the reference link value

description

: the description of the link


fun editLink(linkId: String, referenceLink: String, description: String): JSONObject

Function to execute the request to edit a link

Return

the result of the request as JSONObject

Parameters

linkId

: the link identifier to edit

referenceLink

: the reference link value

description

: the description of the link