joyent / conch-ui

Web UI for Conch (https://github.com/joyent/conch-api)
2 stars 5 forks source link

Start supporting the global `/device` endpoint for dealing with devices #58

Open perigrin opened 5 years ago

perigrin commented 5 years ago

Specifically I want to support being able to remove / move a device location from the UI but supporting:

DELETE /device/:device_id/location

and

POST /device/:device_id/location

karenetheridge commented 5 years ago

The api will need to start enforcing access permissions on these endpoints -- see https://github.com/joyent/conch/issues/561