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,