Docs: Fix incorrect API response

This commit is contained in:
Raphael Michel
2024-04-05 17:28:44 +02:00
parent ca25c3c81e
commit 64ae1d08a6

View File

@@ -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
}