Update README.md

This commit is contained in:
He4eT 2025-05-28 22:40:32 +02:00
commit 903c00a973

View file

@ -63,12 +63,12 @@ http PUT \
}' }'
``` ```
#### Update the Sensors #### Update the Sensor
```sh ```sh
API_TOKEN=your-token-here API_TOKEN=your-token-here
# Discover the documentId for the sensor # Discover the `documentId` for the Sensor
http GET \ http GET \
http://localhost:1337/api/temperature-sensors \ http://localhost:1337/api/temperature-sensors \
Authorization:"Bearer $API_TOKEN" Authorization:"Bearer $API_TOKEN"