mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Update README.md
This commit is contained in:
parent
f604045bbe
commit
903c00a973
1 changed files with 2 additions and 2 deletions
|
|
@ -63,12 +63,12 @@ http PUT \
|
|||
}'
|
||||
```
|
||||
|
||||
#### Update the Sensors
|
||||
#### Update the Sensor
|
||||
|
||||
```sh
|
||||
API_TOKEN=your-token-here
|
||||
|
||||
# Discover the documentId for the sensor
|
||||
# Discover the `documentId` for the Sensor
|
||||
http GET \
|
||||
http://localhost:1337/api/temperature-sensors \
|
||||
Authorization:"Bearer $API_TOKEN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue