From 64ae1d08a65ca5a2e225945a39ab7101783bcc0b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 5 Apr 2024 17:28:44 +0200 Subject: [PATCH] Docs: Fix incorrect API response --- doc/api/deviceauth.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/deviceauth.rst b/doc/api/deviceauth.rst index add0ca3d16..99d9006b99 100644 --- a/doc/api/deviceauth.rst +++ b/doc/api/deviceauth.rst @@ -249,7 +249,10 @@ You can get three response codes: Content-Type: application/json { - "event": "democon", + "event": { + "name": "Demo Conference", + "slug": "democon" + }, "subevent": 23, "checkinlist": 5 }