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:
Horia Delicoti 2017-04-03 13:48:53 +02:00
parent d2c5ca4fdb
commit ff632e811c

View File

@ -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>