Upload a Provider Logo
Uploads your own logo for a Yuno-owned provider. The image travels base64 in JSON, not multipart.
Image requirements
Path Parameters
YUNO). Case-insensitive — normalized to upper case.Body
Response
stored on success.logo_url, which is the only kind of URL that exists for it.
violations lists every problem with the image at once — size, shape and format together — rather than one per round trip.Errors
Authorizations
Path Parameters
Yuno catalogue provider id in UPPER_SNAKE_CASE. Case-insensitive; normalized to upper case.
"YUNO_3DS"
Body
The logo, base64-encoded.
Original file name, at most 255 characters. Stored for display only; the format is decided by the bytes, never by this extension.
255"acme-risk.png"
The image itself, base64-encoded. PNG or JPEG only (checked against the file's magic bytes), square, at least 200x200 pixels and at most 64 KB decoded.
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg=="
Response
Logo stored.
Always stored on success.
"stored"