From 724c7d572fa180244d47244f6bc2cd6c4c96cdcf Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 12 Sep 2025 10:57:45 +0200 Subject: [PATCH] Docs: Fix check-in ID not listed in examples --- doc/api/resources/orders.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index e1c3c30a60..dc9efef726 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -418,6 +418,7 @@ List of all orders "seat": null, "checkins": [ { + "id": 1337, "list": 44, "type": "entry", "gate": null, @@ -662,6 +663,7 @@ Fetching individual orders "seat": null, "checkins": [ { + "id": 1337, "list": 44, "type": "entry", "gate": null, @@ -1632,6 +1634,7 @@ List of all order positions "blocked": null, "checkins": [ { + "id": 1337, "list": 44, "type": "entry", "gate": null, @@ -1760,6 +1763,7 @@ Fetching individual positions "seat": null, "checkins": [ { + "id": 1337, "list": 44, "type": "entry", "gate": null,