diff --git a/cli/rmaker_lib/service.py b/cli/rmaker_lib/service.py index 79cc6ad..f5ceed3 100644 --- a/cli/rmaker_lib/service.py +++ b/cli/rmaker_lib/service.py @@ -233,7 +233,7 @@ class Service: :type: str | None """ socket.setdefaulttimeout(100) - path = 'user/ota_image' + path = 'user/otaimage' request_payload = { 'image_name': img_name, 'base64_fwimage': fw_img