Put System Icon

Put System Icon

Set the system icon data.

Request
URI
PUT
https://{api_host}/cloudapi/branding/icon
COPY
Header Parameters
string
Content-Type
Required

Content-Type


Request Body
putSystemIconBody of type(s) image/png
Optional
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

415

Unsupported Media Type

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: image/png' -d '[{}]' https://{api_host}/cloudapi/branding/icon