Admin APIs/Vehicle Sensors
Update Sensor
PATCH
/admin/vehicles/:vehicleId/sensors/:sensorIdBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vehicleId | number | Required | |
sensorId | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/admin/vehicles/:vehicleId/sensors/:sensorId' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'