animationSet_id=1
Developing
Позволяет плавно двигать мышь в указанном направлении. Обязательные параметры id и direction.
Request
Body Params application/json
направление движения.Есть right, left, top, bottom
{
"id": 1,
"direction": "right",
"speed": 1
}
Request samples
curl --location --request POST '/animation/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"direction": "right",
"speed": 1
}'
Responses
application/json Modified at 2024-10-28 09:47:08