Small API doc fix for /v1/start endpoint

This commit is contained in:
Kostas Lekkas 2016-04-20 14:43:25 +03:00
parent 809609dd76
commit 49d0ff55f4

View File

@ -519,7 +519,7 @@ 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": {"appId": <appId>}}' \
--data '{"deviceId": <deviceId>, "appId": <appId>}' \
"https://api.resin.io/supervisor/v1/apps/<appId>/start"
```