This method allows to update existing 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 for more information.
Parameters
The iconmapid
property must be defined for each icon map, all other properties are optional. Only the passed properties will be updated, all others will remain unchanged.
Additionally to the , the method accepts the following parameters.
Examples
Rename icon map
Rename an icon map to “OS icons”.
Request:
{
"jsonrpc": "2.0",
"result": {
]
},
}
Source
CIconMap::update() in ui/include/classes/api/services/CIconMap.php.