Fix ddi_api.md to clarify how to accept a cancellation (#1759)

This commit is contained in:
Erik
2025-01-06 11:25:25 +01:00
committed by GitHub
parent a56cf69ccf
commit ef5bb9d865

View File

@@ -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
<iframe style="padding-top: 20px;" width="100%" height="900px" frameborder="0" src="../../rest-api/ddi.html"></iframe>