mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
* standardize use of check-in * split on occurrence of "checkin_*" Instead of skipping when encountering "checkin_*", we now split and only pass the second part to the spell-checker. This fixes the aforementioned problem. * fix spelling issue with checkins
This commit is contained in:
committed by
Raphael Michel
parent
5d697a3189
commit
8c0fb90420
@@ -217,7 +217,7 @@ Endpoints
|
||||
|
||||
.. http:delete:: /api/v1/organizers/(organizer)/events/(event)/checkinlist/(id)/
|
||||
|
||||
Delete a check-in list. Note that this also deletes the information on all checkins performed via this list.
|
||||
Delete a check-in list. Note that this also deletes the information on all check-ins performed via this list.
|
||||
|
||||
**Example request**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user