Brand

Update brand information

post

Update brand information.

Authorizations
Body
themestring · enumOptional

The color scheme:
Can be either:

  • BLUE: Blue
  • DARK: Dark
  • GREEN: Green
  • LIGHT_BLUE: Light Blue
  • PURPLE: Purple
Possible values:
logoall ofOptional

The unique ID of file from your file library.
This file will be used as the logo image.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
faviconall ofOptional

The unique ID of file from your file library.
This file will be used as the favicon image.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
titlestringOptional

The title text.
This text will be displayed as the title.

copyrightstringOptional

The copyright text.
This text will be displayed as the copyright.

productstringOptional

The product name text.
This text will be displayed as the product name.

websitestringOptional

The website text.
This text will be displayed as the product website.

forumstringOptional

The forum url.
This text will be displayed as the forum url.

bottom_textstringOptional

The bottom text, maximum size is 256 characters. This text will be displayed at the bottom of the login page. It can be either plain text or HTML code.

Responses
200
OK
post
POST /api/brand HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 191

{
  "theme": "BLUE",
  "logo": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "favicon": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "title": "text",
  "copyright": "text",
  "product": "text",
  "website": "text",
  "forum": "text",
  "bottom_text": "text"
}

No content