Upload organization logo
Uploads (and replaces) the organization logo. The request body is the raw image bytes (not JSON or multipart); the content-type header must be a supported image type and the size must be within the documented limit. Authorization: organization administrators only. Returns 400 on an invalid image, 413 if too large, or 415 on an unsupported content type.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Raw image bytes. The content-type header must be a supported image type.
Response
The updated logo URL.
logoUrl
URL of the logo’s binary content (/organization-logos/{orgId}/content), or null when unset.