Skip to main content
PATCH
/
cabinet
/
branding
/
animation
Update Animation Enabled
curl --request PATCH \
  --url http://localhost:8080/cabinet/branding/animation \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true
}

Body

application/json

Request to update animation setting.

enabled
boolean
required

Response

Successful Response

Animation enabled setting.

enabled
boolean
default:true