You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `version_ids` | [`EndDeviceVersionIdentifiers`](#ttn.lorawan.v3.EndDeviceVersionIdentifiers) | | End device version information. If EndDeviceProfileIdentifiers is not present in the request, the End Device Template is constructed from the End Device Profile that matches the BandID within EndDeviceVersionIdentifiers. |
2833
-
| `end_device_profile_ids` | [`GetTemplateRequest.EndDeviceProfileIdentifiers`](#ttn.lorawan.v3.GetTemplateRequest.EndDeviceProfileIdentifiers) | | (Optional) End Device Profile identifiers. If specified, these identifiers will be directly to used to fetch the End Device Profile (if found) |
2832
+
| `version_ids` | [`EndDeviceVersionIdentifiers`](#ttn.lorawan.v3.EndDeviceVersionIdentifiers) | | End device version information. EndDeviceProfileIdentifiers take precedence over this field if both are specified. |
Copy file name to clipboardExpand all lines: sdk/js/generated/api.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -11399,7 +11399,7 @@
11399
11399
},
11400
11400
{
11401
11401
"name": "version_ids",
11402
-
"description": "End device version information.\nIf EndDeviceProfileIdentifiers is not present in the request,\nthe End Device Template is constructed from the End Device Profile that matches the BandID within EndDeviceVersionIdentifiers.",
11402
+
"description": "End device version information.\nEndDeviceProfileIdentifiers take precedence over this field if both are specified.",
11403
11403
"label": "",
11404
11404
"type": "EndDeviceVersionIdentifiers",
11405
11405
"longType": "EndDeviceVersionIdentifiers",
@@ -11411,7 +11411,7 @@
11411
11411
},
11412
11412
{
11413
11413
"name": "end_device_profile_ids",
11414
-
"description": "(Optional) End Device Profile identifiers.\nIf specified, these identifiers will be directly to used to fetch the End Device Profile (if found)",
0 commit comments