Merge pull request #417 from horia-delicoti/master

docs/API.md: Fix documentation command sent via the API proxy for POST /v1/update
This commit is contained in:
Pablo Carranza Vélez 2017-04-13 18:05:21 -07:00 committed by GitHub
commit 2710a05d18

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>