Skip to main content
PATCH
/
cabinet
/
branding
/
themes
Update Enabled Themes
curl --request PATCH \
  --url http://localhost:8080/cabinet/branding/themes \
  --header 'Content-Type: application/json' \
  --data '
{
  "dark": true,
  "light": true
}
'
{
  "dark": true,
  "light": true
}

Body

application/json

Request to update enabled themes.

dark
boolean | null
light
boolean | null

Response

Successful Response

Enabled themes settings.

dark
boolean
default:true
light
boolean
default:true