Follow a sequence of coordinates
Move the robot through a list of waypoints.
Request Body
application/json
Requiredbody
RequiredPathQuery Parameters
mecha_id
RequiredMecha Idspeed
SpeedDefault:
1
Header Parameters
gerra-api-key
string | null | nullResponse Body
Successful Response
TypeScript Definitions
Use the response body type in TypeScript.
response
Requiredunknowncurl -X POST "https://api.gerra.com/mecha/action/move?mecha_id=string&speed=1" \
-H "gerra-api-key: string" \
-H "Content-Type: application/json" \
-d '[
{
"property1": 0,
"property2": 0
}
]'
null