Subaccounts
Update Subaccount Logo By Uploading Image Content
Updates the logo for a Subaccount with given id with the image contents sent in the request body. The request body should be the binary image contents in a supported image format, and the request should include a Content-Type header specifying the image content type. Supported image types are: PNG (image/png), JPEG (image/jpeg), WEBP (image/webp), and SVG (image/svg+xml).
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The content type for the image being uploaded. Must be a supported image type (see description for list of valid types)
Available options:
image/png
, image/jpeg
, image/webp
, image/svg+xml
Path Parameters
ID of subaccount to modify logo for
Examples:
"5nubL0NS"
Body
Subaccount Logo Image Content
The body is of type file
.
Response
200
application/json
Subaccount Details after update
The response is of type object
.