v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Entities

Update an entity position

put/entities/:entity/position

Path parameters

entitystring required

Name of the entity

Request body

xnumber

x position of the entity to update

ynumber

y position of the entity to update

Example request

{
  "x": 100,
  "y": 250
}

Response

Success