Skip to main content
PUT
Upload logo

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

organizationId
string<uuid>
required

The organization ID.

Body

multipart/form-data
file
file
required

Response

Returns the uploaded logo file metadata.

Response DTO for an organization's logo.

id
string<uuid>
required

The unique identifier of the logo asset.

createdTsUtc
string<date-time>
required

UTC timestamp indicating when the logo was uploaded.

md5
string
required

MD5 checksum of the original file.

mimetype
string
required

The MIME type of the original file (e.g., "image/png").

name
string
required

Original filename of the uploaded logo.

size
required

File size in bytes.

url
string
required

Relative URL of the endpoint that serves the logo image.