summaryrefslogtreecommitdiffstats
path: root/cli/objects
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2023-12-19 12:49:03 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2023-12-19 12:49:03 +0100
commitcf4af2a0574f8229bfde15c791557436e2269dab (patch)
tree2e0c618b43034f2ebf60da15ad58e00bb2f4c98f /cli/objects
parent27f632e3edab7e1711725a48966c234b965221a0 (diff)
images: use new POST image/updatev0.3.3-4
use POST image/update when updating an image.
Diffstat (limited to 'cli/objects')
-rw-r--r--cli/objects/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/images.py b/cli/objects/images.py
index 97db2f7..78c6135 100644
--- a/cli/objects/images.py
+++ b/cli/objects/images.py
@@ -225,4 +225,4 @@ class OgImage():
'code': str(fs_code),
'name': image_name}
- rest.post('/image/create', payload=payload)
+ rest.post('/image/update', payload=payload)