Set logo
POST
/api/settings/logo
Set logo. If no image is sent, logo setting value will be undefined. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Request Body
multipart/form-data
logo
string
Logo image.
Responses
Logo is set or undefined.
application/json
{
}

