curl --request PATCH \
--url https://api.example.com/cabinet/branding/animation-config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"type": "aurora",
"settings": {},
"opacity": 0.5,
"blur": 50,
"reducedOnMobile": true
}
'{
"enabled": true,
"type": "aurora",
"settings": {},
"opacity": 1,
"blur": 0,
"reducedOnMobile": true
}Update animation config (partial update). Admin only.
curl --request PATCH \
--url https://api.example.com/cabinet/branding/animation-config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"type": "aurora",
"settings": {},
"opacity": 0.5,
"blur": 50,
"reducedOnMobile": true
}
'{
"enabled": true,
"type": "aurora",
"settings": {},
"opacity": 1,
"blur": 0,
"reducedOnMobile": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to update animation config (partial update).
aurora, sparkles, vortex, shooting-stars, background-beams, background-beams-collision, gradient-animation, wavy, background-lines, boxes, meteors, grid, dots, spotlight, ripple, none 0 <= x <= 10 <= x <= 100