diff --git a/doc/api/resources/checkin.rst b/doc/api/resources/checkin.rst index 577a5029a2..dc2c230cfa 100644 --- a/doc/api/resources/checkin.rst +++ b/doc/api/resources/checkin.rst @@ -203,6 +203,8 @@ Checking a ticket in * ``invalid`` - Ticket is not known. * ``unpaid`` - Ticket is not paid for. + * ``blocked`` - Ticket has been blocked. + * ``invalid_time`` - Ticket is not valid at this time. * ``canceled`` – Ticket is canceled or expired. * ``already_redeemed`` - Ticket already has been redeemed. * ``product`` - Tickets with this product may not be scanned at this device. diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index 76ee5e99ca..7ec165e38e 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -364,7 +364,7 @@ Endpoints Stores a failed check-in. Only necessary for statistical purposes if you perform scan validation offline. :