diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-19 12:42:12 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-19 12:42:32 +0100 |
commit | f64b1c2767640a5010cf16f37b36e62152691954 (patch) | |
tree | dd72f7791f6f657c864ae9dee452c4aa1035e376 /src/rest.h | |
parent | 7292c306593b348463916130c23b86a9021866f1 (diff) |
rest: add POST image/update
add explicit API to update an image
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ enum og_cmd_type { OG_CMD_HARDWARE, OG_CMD_SOFTWARE, OG_CMD_IMAGE_CREATE, + OG_CMD_IMAGE_UPDATE, OG_CMD_IMAGE_RESTORE, OG_CMD_SETUP, OG_CMD_RUN_SCHEDULE, |