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