From f7c8e444e4e5f67b5302ac072df19c50ef9abfc9 Mon Sep 17 00:00:00 2001 From: am-whereby Date: Fri, 14 Mar 2025 17:02:20 +0000 Subject: [PATCH] update to the deviceId types updated to show that device id can be either a string or null --- .gitbook/assets/_api-reference-docs-openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitbook/assets/_api-reference-docs-openapi.json b/.gitbook/assets/_api-reference-docs-openapi.json index c459df2..f84bfaa 100644 --- a/.gitbook/assets/_api-reference-docs-openapi.json +++ b/.gitbook/assets/_api-reference-docs-openapi.json @@ -1995,7 +1995,7 @@ "example": "/4b3bd908-cb88-11ec-9d64-0242ac120002" }, "deviceId": { - "type": "string", + "type": ["string", "null"], "description": "The identifier of the device." }, "userId": {