Put Tenant Logo

Put Tenant Logo

Set the org-specific data.

Request
URI
PUT
https://{api_host}/cloudapi/branding/tenant/{org}/logo
COPY
Path Parameters
string
org
Required

Organization for whom branding is being set

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/tenant/{org}/logo