Skip to main content
PUT
/
api
/
v1
/
branding
/
settings
Error
A valid request URL is required to generate request examples
{
  "attributes": {
    "app_title": "<string>",
    "background_color": "<string>",
    "custom_css": "<string>",
    "has_custom_favicon": true,
    "has_custom_logo": true,
    "primary_color": "<string>",
    "secondary_color": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Branding settings

app_title
string
background_color
string
custom_css
string
primary_color
string
secondary_color
string

Response

OK

attributes
object
id
string
type
string