This method allows to create new images.
(object/array)
Images to create.
(object)
Returns an object containing the IDs of the created images under the imageids
property. The order of the returned IDs matches the order of the passed images.
Create an image
Create a cloud icon.
Response:
"jsonrpc": "2.0",
"result": {
]
},
"id": 1
CImage::create() in ui/include/classes/api/services/CImage.php.