summaryrefslogtreecommitdiffstats
path: root/src/rest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest.c')
-rw-r--r--src/rest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.c b/src/rest.c
index d3239a3..658a398 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -6584,6 +6584,7 @@ struct {
[OG_URI_REPO_DELETE] = { "repository/delete", },
[OG_URI_IMAGES] = { "images", },
[OG_URI_IMAGE_CREATE] = { "image/create" },
+ [OG_URI_IMAGE_UPDATE] = { "image/update" },
[OG_URI_IMAGE_RESTORE] = { "image/restore", },
[OG_URI_IMAGE_DELETE] = { "image/delete", },
[OG_URI_PART_SETUP] = { "setup", },