Skip to content

Commit 61da20e

Browse files
committed
Fixes API example
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 931f66a commit 61da20e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ http://localhost:3000/gtt/settings.json
2323
"gttDefaultSetting": {
2424
"defaultTrackerIcon": [
2525
{
26-
"trackerID": "1",
26+
"trackerID": 1,
2727
"trackerName": "Task",
2828
"icon": "maki-square"
2929
},
3030
],
3131
"defaultStatusColor": [
3232
{
33-
"statusID": "1",
33+
"statusID": 1,
3434
"statusName": "New",
3535
"color": "#00ff00"
3636
},
@@ -45,10 +45,10 @@ http://localhost:3000/gtt/settings.json
4545
"LineString",
4646
"Polygon"
4747
],
48-
"GeoJsonUpload": null
48+
"GeoJsonUpload": false
4949
},
5050
"geocoderSetting": {
51-
"enableGeocodingOnMap": "true",
51+
"enableGeocodingOnMap": true,
5252
"geocoderOptions": "{}"
5353
}
5454
},

0 commit comments

Comments
 (0)