image.update

    This method allows to update existing images.

    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.

    The imageid property must be defined for each image, 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.

    Rename image

    Rename image to “Cloud icon”.

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "2"
    5. ]
    6. },

    CImage::update() in ui/include/classes/api/services/CImage.php.