From 0c8c1864ae5e9b6dc2aaa9108d1f83bb592df1f5 Mon Sep 17 00:00:00 2001 From: fisehara Date: Tue, 28 Dec 2021 19:58:11 +0100 Subject: [PATCH] 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 --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index b8fdd54b..7dab4069 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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.