editMap

private open fun editMap(linkId: String, attachQuery: String, detachQuery: String, currentMap: Map<String, String>, map: Map<String, Any>)

Method to edit a map attached to the link

Parameters

linkId

: the identifier of the link where the map is attached

attachQuery

: the query used to attach the map

detachQuery

: the query used to detach the map

currentMap

: the current map attached to the link

map

: the new map to attach to the link