# Perform Sensor OTA Upgrade Allows you to update your sensors via an Over the Air (OTA) push. Endpoint: POST /sensors/{thingName} ## Path parameters: - `thingName` (string, required) The ID of the sensor. ## Request fields (application/json): - `otaVersion` (string) The software version to use to upgrade the hub. ## Response 201 fields (application/json): - `thingName` (string) The hub thingName that is the target of the Over the Air (OTA) upgrade. - `fromVersion` (string) The software version that the hub is being upgraded from. - `toVersion` (string) The software version that the hub is being upgraded to. ## Response 400 fields (application/json): - `error` (string) A description of the error. ## Response 404 fields (application/json): - `error` (string) The sensor that is unable to be located. ## Response 500 fields (application/json): - `error` (string) A description of the error. ## Response 403 fields