mozilla-sensorweb / sensorthings

Node implementation of the OGC SensorThings API
Mozilla Public License 2.0
14 stars 9 forks source link

Accept PUT http requests #190

Closed albertopq closed 7 years ago

albertopq commented 7 years ago

Test method putEntities: Error during updating(PUT) of entity THING expected [200] but found [404]

ferjm commented 7 years ago

The spec says:

Services MAY additionally support PUT...

So someone is lying here :\

I would file a bug in the spec.

albertopq commented 7 years ago

There is already one issue in the spec:

https://github.com/opengeospatial/sensorthings/issues/10