Skip to content

Commit 7e87afc

Browse files
pascal-nordicmaxd-nordic
authored andcommitted
fix typo
1 parent 105a01a commit 7e87afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nrfcloud_utils/nRF93_onboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def onboard_device(api_key, dev_id, sub_type, tags, fw_types, onboarding_token):
192192
req = api_url + "devices/" + dev_id
193193

194194
payload = {
195-
'onboarding_token': onboarding_token,
195+
'onboardingToken': onboarding_token,
196196
'subType': sub_type,
197197
'tags': tags,
198198
'supportedFirmwareTypes': fw_types,

0 commit comments

Comments
 (0)