This method allows to update existing icon maps.此方法允许更新已有的图标拓扑图。
Parameters 参数
Icon map properties to be updated.需要更新的图标拓扑图属性。
Additionally to the standard icon map properties, the method accepts the following parameters.另外,对于标准图标拓扑图属性,此方法接受以下参数。
Returns an object containing the IDs of the updated icon maps under the property.返回一个对象其中包含在iconmapids属性下已更新图标拓扑图的ID。
Examples 范例
Rename icon map重命名图标拓扑图
Request:
Response:
- {
- "jsonrpc": "2.0",
- "result": {
- "iconmapids": [
- ]
- },
- "id": 1
- }