Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

location_id (optional)
location id of specific location you want to edit, can be supplied in the message body or url.
Can also be left blank for create or delete (will delete all locations)

Json Object
Code Block
{
    String location_id,
    String location,
    Double latitude,
    Double longitude,
    Double radius,		//in meters
    Date timestamp
}

...