From 88341c600ed2b64bb0425ca5b3ea002bae279d61 Mon Sep 17 00:00:00 2001 From: Ben Pearce Date: Wed, 26 Nov 2025 17:29:11 +0000 Subject: [PATCH] getDevices imei attribute value incorrect --- openapi/spec2.json | 4 ++-- openapi/spec3.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/spec2.json b/openapi/spec2.json index 9b3cc5c..9d9d78d 100644 --- a/openapi/spec2.json +++ b/openapi/spec2.json @@ -115726,7 +115726,7 @@ "description": "Model of the device" }, "imei": { - "type": "string", + "type": "number", "description": "IMEI of the device, if applicable" }, "mac": { @@ -115785,7 +115785,7 @@ "networkId": "N_24329156", "serial": "Q234-ABCD-5678", "model": "MR34", - "imei": "123456789000000", + "imei": 123456789000000, "mac": "00:11:22:33:44:55", "lanIp": "1.2.3.4", "firmware": "wireless-25-14", diff --git a/openapi/spec3.json b/openapi/spec3.json index 5cb0746..eba6a28 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -122075,7 +122075,7 @@ "description": "Model of the device" }, "imei": { - "type": "string", + "type": "number", "description": "IMEI of the device, if applicable" }, "mac": { @@ -122127,7 +122127,7 @@ "networkId": "N_24329156", "serial": "Q234-ABCD-5678", "model": "MR34", - "imei": "123456789000000", + "imei": 123456789000000, "mac": "00:11:22:33:44:55", "lanIp": "1.2.3.4", "firmware": "wireless-25-14",