animationSet_id=3
Developing
Эмулирует движение мыши по кругу. Обязательных параметров нет.
Request
Body Params application/json
движение с радиусом в пикселях
{
"id": 3,
"radius": 50,
"speed": 2,
"buttons": 0
}
Request samples
curl --location --request POST '/animation/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"radius": 50,
"speed": 2,
"buttons": 0
}'
Responses
application/json Modified at 2024-10-28 09:47:39