From cf4af2a0574f8229bfde15c791557436e2269dab Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 19 Dec 2023 12:49:03 +0100 Subject: images: use new POST image/update use POST image/update when updating an image. --- cli/objects/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/objects') 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) -- cgit v1.2.3-18-g5258