Update Registered client Logo
Adds or update a logo for Registered client. Allowed file extensions are “.png”, “.jpg”, “.jpeg”. Allowed file MIME types are “image/png”, “image/jpeg”, “image/jpg”. Maximum file size is 5MB. Upload logo as form data with key ‘logoFile’.
Documentation Index
Fetch the complete documentation index at: https://docs.meshconnect.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
Path Parameters
The identifier of the Registered client to update logo for
Body
Logo image file (.png, .jpg, .jpeg only, max 5MB)
Response
Registered client logo added/updated
ok, serverFailure, permissionDenied, badRequest, notFound, conflict, tooManyRequest, locked, unavailableForLegalReasons A message generated by the API
User-friendly display message that can be presented to the end user
An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping
Opaque team code for error routing. Resolved from exception origin or caller file path via CODEOWNERS. Format: 2-character code (e.g., "7K", "M2"). Use for alerting/routing, not display.
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.