summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2023-12-19 12:42:12 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2023-12-19 12:42:32 +0100
commitf64b1c2767640a5010cf16f37b36e62152691954 (patch)
treedd72f7791f6f657c864ae9dee452c4aa1035e376 /src/rest.h
parent7292c306593b348463916130c23b86a9021866f1 (diff)
rest: add POST image/update
add explicit API to update an image
Diffstat (limited to 'src/rest.h')
-rw-r--r--src/rest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.h b/src/rest.h
index 3c1cf93..ba6d3c2 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -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,