mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 14:36:36 +00:00
Small API doc fix for /v1/start endpoint
This commit is contained in:
parent
809609dd76
commit
49d0ff55f4
@ -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"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user