Update the sensor given by its id with the information in the body
PUT/avx-sensorlabs/v5/sensors/:id
Some properties of the sensor are mutually exclusive, so they should be set to null and only set the desired one.
To get the correct json structure, use the GET: /sensoreditor/{id} service.
Example: At the highest level of the json, there can be either a camera or a lidar or a radar, so if a camera is updated, lidar and radar should be set to null.
Request
Responses
- 200
- 400
- 404
Success
Bad Request
Not Found