Available since version: 1.8
The method is used to control all map attributes.
Parameter | Type | Optional | Description | Details |
---|---|---|---|---|
sysmapid | string | Map ID. | ||
map attribute | any | Yes | New value for a map attribute. |
Parameter | Description |
---|---|
result | Operation successful. Result will contain array of updated Map IDs. |
error | In case of any errors |
Set map name to "New Name":
{
"jsonrpc":"2.0",
"method":"map.update",
"params":{
"sysmapid": "100100000010092",
"name": "New Name"
},
"auth":"700ca65537074ec963db7efabda78259",
"id":2
}
Retrieved updated map IDs: