v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
System Configuration

Setting a new logo for the server

(introduced: version 2026.1)

An Administrator can use this endpoint to set a custom logo for the entire server. The logo will be shown to all users who visit the login page, as well as other pages, including the reset password page and set password page. If a logo is already set, the current logo will be overwritten with the new one.

post/v1/config/logo

Response

OK

keystring required

The type of system configuration.

setAtstring required

ISO date format. The last time this system configuration was set.

blobExistsboolean required

Whether a file has been set for this configuration.

Example response

{
  "key": "logo",
  "setAt": "2018-01-06T00:32:52.787Z",
  "blobExists": true
}