v1

latestOpenAPI 3.0.02026-07-249016.0 KB
Alarms

Update alarm location

post/alarms/{alarm_id}/locations

Path parameters

alarm_idstring required

ID of the alarm to update

Request body

Example request

{
  "coordinates": {
    "lat": 36.6237033,
    "lng": -91.3051723,
    "accuracy": 5
  }
}

Response

Created