mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
docs/API.md: Fix documentation command sent via the API proxy for POST /v1/update.
Change-Type: patch Signed-off-by: Horia Delicoti <horia.delicoti@gmail.com>
This commit is contained in:
parent
d2c5ca4fdb
commit
ff632e811c
@ -100,9 +100,8 @@ Remotely via the API proxy:
|
||||
```bash
|
||||
$ curl -X POST --header "Content-Type:application/json" \
|
||||
--header "Authorization: Bearer <auth token>" \
|
||||
--data '{"deviceId": <deviceId>, "appId": <appId>, "data": {"force": true}}"' \
|
||||
--data '{"deviceId": <deviceId>, "appId": <appId>, "data": {"force": true}}' \
|
||||
"https://api.resin.io/supervisor/v1/update"
|
||||
$
|
||||
```
|
||||
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user