iconmap.create
This method allows to create new icon maps.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
Parameters
Additionally to the standard icon map properties, the method accepts the following parameters.
(object)
Returns an object containing the IDs of the created icon maps under the iconmapids
property. The order of the returned IDs matches the order of the passed icon maps.
Examples
Create an icon map
Request:
Response:
"jsonrpc": "2.0",
"result": {
"iconmapids": [
]
},
"id": 1