From 0b91f9da31933e8b4dd9612054e456c21ee2a1d2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 15 Mar 2022 11:02:37 +0100 Subject: [PATCH] Docs: Update example in lead scanning API --- doc/plugins/exhibitors.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/plugins/exhibitors.rst b/doc/plugins/exhibitors.rst index b5040d38d3..aa6e08d3ee 100644 --- a/doc/plugins/exhibitors.rst +++ b/doc/plugins/exhibitors.rst @@ -524,7 +524,8 @@ The request for this looks like this: "scanned": "2020-10-18T12:24:23.000+00:00", "scan_type": "lead", "tags": ["foo"], - "rating": 4 + "rating": 4, + "device_name": "DEV1" } **Example response:**