curl --request PATCH \
--url http://localhost:8080/cabinet/branding/themes \
--header 'Content-Type: application/json' \
--data '
{
"dark": true,
"light": true
}
'{
"dark": true,
"light": true
}Update which themes are enabled. Admin only. At least one theme must be enabled.
curl --request PATCH \
--url http://localhost:8080/cabinet/branding/themes \
--header 'Content-Type: application/json' \
--data '
{
"dark": true,
"light": true
}
'{
"dark": true,
"light": true
}