mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-13 06:02:58 +00:00
add-supervisor-update-info
Adding clarity to the supervisor /v1/update endpoint that the endpoint will not trigger a supervisor update itself. Change-type: patch Signed-off-by: fisehara <harald@balena.io>
This commit is contained in:
parent
4abb7040de
commit
0c8c1864ae
@ -89,7 +89,7 @@ $ curl -X POST --header "Content-Type:application/json" \
|
||||
|
||||
> **Note:** on devices with supervisor version lower than 7.22.0, replace all `BALENA_` variables with `RESIN_`, e.g. `RESIN_SUPERVISOR_ADDRESS` instead of `BALENA_SUPERVISOR_ADDRESS`.
|
||||
|
||||
Triggers an update check on the supervisor. Optionally, forces an update when updates are locked.
|
||||
Triggers a check for the target state of configurations and app services. Optionally, if a new target is available, the `force` option tells the supervisor to ignore locks and install the update. This will NOT update the supervisor service.
|
||||
|
||||
Responds with an empty 204 (No Content) response.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user