mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-30 15:24:15 +00:00
fixed small typo in README
This commit is contained in:
parent
07a7bd66c1
commit
63b772c14c
@ -113,11 +113,11 @@ e.g:
|
|||||||
|
|
||||||
- Link a device
|
- Link a device
|
||||||
|
|
||||||
`curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/qrcodelink?<device name>'`
|
`curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/qrcodelink?device_name=<device name>'`
|
||||||
|
|
||||||
e.g:
|
e.g:
|
||||||
|
|
||||||
`curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/qrcodelink?HomeAssistant'`
|
`curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/qrcodelink?device_name=HomeAssistant'`
|
||||||
|
|
||||||
This provides a QR-Code image. In case of an error a JSON object will be returned.
|
This provides a QR-Code image. In case of an error a JSON object will be returned.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user