POST
/
api
/
mouse
/
drag
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/mouse/drag \
  --header 'Content-Type: application/json' \
  --data '{
  "display_num": 1,
  "x": 500,
  "y": 300
}'
This response does not have an example.

Body

application/json

Target coordinates for the drag operation

Response

204

Successfully performed drag operation