Uploads the dark-theme logo for a specific company.

Access: System, Admin, and ClientAdmin users only.

The request must be sent as multipart/form-data and include the dark logo image in the file form part.

When uploadedPicture is supplied, the crop coordinates are applied before the dark logo is saved.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Company identifier from the route whose dark logo should be replaced.

Body Params
file

Dark logo image file. Supported content types are image/bmp, image/gif, image/jpeg, image/pjpeg, and image/png.

int32

Left crop offset in pixels.
Required when this object is supplied in the multipart request.

int32

Top crop offset in pixels.
Required when this object is supplied in the multipart request.

int32

Crop height in pixels.
Required when this object is supplied in the multipart request.

int32

Crop width in pixels.
Required when this object is supplied in the multipart request.

Headers
string
required
Defaults to 2.0

The requested API version

string
Defaults to 2.0

The requested API version

Response
200

OK

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here!