I've created a map with two elements. When I try to a add a link between the two elements, I receive the "Link selementid1 field is pointing to a nonexistent map selement ID "10" for map "Local nerwork"., even thought the map element exists.
Here's the request I'm using to add the link:
{
"jsonrpc": "2.0",
"method": "map.update",
"params": {
"sysmapid": 3,
"links": [
]
},
"id": 13,
"auth": "2f8f27b9ed79fa763325f8779007bcb2"
}