Skip to content

Commit dc1d6b8

Browse files
cli: Update upload OTA image API
1 parent 5d664fc commit dc1d6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/rmaker_lib/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def upload_ota_image(self, node, img_name, fw_img):
233233
:type: str | None
234234
"""
235235
socket.setdefaulttimeout(100)
236-
path = 'user/ota_image'
236+
path = 'user/otaimage'
237237
request_payload = {
238238
'image_name': img_name,
239239
'base64_fwimage': fw_img

0 commit comments

Comments
 (0)