From dc1d6b82b096dfd097c100986ade1765ae9aa367 Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Fri, 4 Sep 2020 12:19:15 +0530 Subject: [PATCH] cli: Update upload OTA image API --- cli/rmaker_lib/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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