Skip to content

Commit

Permalink
Update sensor-things-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Aug 20, 2024
1 parent 8fb4721 commit d946811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/sensor-things-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ if response.status_code == 201:
import requests

hydroserver_sensorthings_api_url = 'https://www.hydroserver.com/api/sensorthings/v1.1'
request_url = f'{hydroserver_sensorthings_api_url}/Observations'
request_url = f'{hydroserver_sensorthings_api_url}/CreateObservations'
auth = ('john@example.com', '********')

post_body = [
Expand Down

0 comments on commit d946811

Please sign in to comment.