Skip to content

Commit

Permalink
Fix apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent 279bd1b commit b1e4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pep-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ to the IoT Agent itself.

```bash
curl -X POST \
'http://localhost:7896/iot/d?k=4jggokgpepnvsb2uv4s40d59ov&i=motion001' \
'http://localhost:7896/iot/d?k=1068318794&i=motion001' \
-H 'Content-Type: text/plain' \
-H 'X-Auth-Token: {{X-Access-token}}' \
-d 'c|1'
Expand Down

0 comments on commit b1e4b8e

Please sign in to comment.