From ef5bb9d865841fc3014181e48ba0cda6015193e5 Mon Sep 17 00:00:00 2001 From: Erik <45879862+Erik-Sovereign@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:25:25 +0100 Subject: [PATCH] Fix ddi_api.md to clarify how to accept a cancellation (#1759) --- site/content/apis/ddi_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/apis/ddi_api.md b/site/content/apis/ddi_api.md index 5037b7047..e2fe029d5 100644 --- a/site/content/apis/ddi_api.md +++ b/site/content/apis/ddi_api.md @@ -38,6 +38,7 @@ The _DDI_ API allows the device to provide the following feedback messages: SCHEDULED | This can be used by the target to inform that it scheduled on the action. | RUNNING RESUMED | This can be used by the target to inform that it continued to work on the action. | RUNNING +See this [issue](https://github.com/eclipse/hawkbit/issues/952) for additional information, concerning the cancellation of updates. To finally accept a cancellation, you must send a "closed" status.exection type. ## DDI APIs