Closed bertt closed 7 years ago
Should have support for multiple locations in post/put/patch request to HistoricalLocation?
sample: HTTP POST localhost:8080/v1.0/HistoricalLocations
{ "time": "2015-03-01T00:40:00.000Z", "Thing":{"@iot.id": 1 }, "Locations": [{"@iot.id": 2},{"@iot.id": 3}] }
Result: 2 records in HistoricalLocations Als GET to HistoricalLocation needs to fixed.
Should have support for multiple locations in post/put/patch request to HistoricalLocation?
sample: HTTP POST localhost:8080/v1.0/HistoricalLocations
{ "time": "2015-03-01T00:40:00.000Z", "Thing":{"@iot.id": 1 }, "Locations": [{"@iot.id": 2},{"@iot.id": 3}] }
Result: 2 records in HistoricalLocations Als GET to HistoricalLocation needs to fixed.