diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index 07664f60c..bbd34612b 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -611,8 +611,12 @@ 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. - **Tip:** 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. In this case, you should + always set ``untrusted_input=true`` as a query parameter to avoid security issues. + :query boolean untrusted_input: If set to true, the lookup parameter is **always** interpreted as a ``secret``, never + as an ``id``. This should be always set if you are passing through untrusted, scanned + data to avoid guessing of ticket IDs. :