diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-19 12:49:03 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-19 12:49:03 +0100 |
commit | cf4af2a0574f8229bfde15c791557436e2269dab (patch) | |
tree | 2e0c618b43034f2ebf60da15ad58e00bb2f4c98f | |
parent | 27f632e3edab7e1711725a48966c234b965221a0 (diff) |
images: use new POST image/updatev0.3.3-4
use POST image/update when updating an image.
-rw-r--r-- | cli/objects/images.py | 2 |
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) |