v1

latestOpenAPI 3.0.02026-07-17331930.1 KB

Performs a swipe between points in the Point array.

Each step execution is throttled to 5ms per step. So for a 100 steps, the swipe will take about 1/2 second to complete

post/uiDevice/swipe

Request body

segmentStepsinteger

Response

OK

status'OK' | 'ERROR' | 'UNKNOWKN' required
statusCodeinteger
errorMessagestring

Example response

{
  "status": "ERROR",
  "statusCode": 100,
  "errorMessage": "Operation could not be completed"
}