images
Images attached to dashboard panels.
Get a panel's image
Returns the stored image for the given panel as a Base64-encoded file with its mime type and file name. If the panel has no image, an empty image entry carrying only the panel id is returned.
Upload a panel's image
Stores or replaces the Base64-encoded image for the given panel, validating the mime type against supported image formats and enforcing a maximum size of 1024 KB. Responds 404 if the panel does not exist and 400 for an unsupported mime type or oversized image.