diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index fa6f006e29..cd14caa2fb 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -445,6 +445,8 @@ Order position endpoints The result format is the same as the :ref:`order-position-resource`, with one important difference: the ``checkins`` value will only include check-ins for the selected list. + **Instead of an ID, you can also use the ``secret`` field as the lookup parameter.** + **Example request**: .. sourcecode:: http @@ -516,6 +518,8 @@ Order position endpoints Tries to redeem an order position, identified by its internal ID, i.e. checks the attendee in. This endpoint accepts a number of optional requests in the body. + **Instead of an ID, you can also use the ``secret`` field as the lookup parameter.** + :