diff --git a/README.md b/README.md index a209db3..4acd93f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The GeoJSON objects must have at least one property, "timestamp", which is can b The open source iOS [GPS Logger](https://github.com/aaronpk/GPS-Logger-iOS) will send data in this format by default. ``` -HTTP/1.1 POST /api/input?token=XXXXXXX +POST /api/input?token=XXXXXXX HTTP/1.1 Content-type: application/json { @@ -41,7 +41,8 @@ Content-type: application/json "horizontal_accuracy": 65 } } - ] + ], + "token": "XXXXXXX" } ```