ApplicationIconCreateSpec
ApplicationIconCreateSpec
Application icon object to be created.
JSON Example
{
"data": "string",
"height": 16,
"width": 16
}
string As byte
As byte
data
Required
Icon image data in PNG format. This is the Base64 encoded binary data of the image.
integer As int64
As int64
height
Required
Constraints:
minimum: 16
maximum: 256
Icon height.
integer As int64
As int64
width
Required
Constraints:
minimum: 16
maximum: 256
Icon width.