From 587c4f5a81a31650c460df127411c0850f63e026 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 19 May 2021 10:16:43 +0200 Subject: [PATCH] Fix regression in e19d79a2b --- doc/api/resources/checkinlists.rst | 4 +--- src/pretix/api/views/order.py | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index fd2c01b0f..e499f3780 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -494,8 +494,6 @@ Order position endpoints * If ``attendee_name`` is empty, it will automatically fall back to values from a parent product or from invoice addresses. - **Instead of an ID, you can also use the ``secret`` field as the lookup parameter.** - **Example request**: .. sourcecode:: http @@ -569,7 +567,7 @@ 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.** + **Tip:** Instead of an ID, you can also use the ``secret`` field as the lookup parameter. :