Update Location

Invoke the update-location operation

Updates the geographical location of a site. The new location is stored only if the change exceeds approximately 1.11 meters in latitude or 0.57 meters in longitude. If the update occurs more than an hour after the last recorded position, the new location is propagated to the control tower.

SecurityaccessToken
Request
query Parameters
site
string

Send the request to the specfifed site

Request Body schema:
latitude
required
string <decimal64>

The latitude coordinate of the site in decimal degrees, with up to 16 decimal places for precision.

longitude
required
string <decimal64>

The longitude coordinate of the site in decimal degrees, with up to 16 decimal places for precision.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

post/v1/state/system/update-location
Request samples
latitude: 57.70232
longitude: 11.98635