curl --request PATCH \
--url http://localhost:8080/cabinet/branding/lite-mode \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"enabled": false
}Update lite mode enabled setting. Admin only.
curl --request PATCH \
--url http://localhost:8080/cabinet/branding/lite-mode \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"enabled": false
}