Put System Logo

Put System Logo

Set the system logo data.

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

Content-Type


Request Body
putSystemLogoBody 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/logo