Uncheck-in a ticket
documentedReverse the check-in status for a ticket.
PUT /events/{event_id}/tickets/{id}/check_in.json?reverse=trueEventsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ticketbud.com/events/{{$event_id}}/tickets/{{$ticket_id}}/check_in.json?reverse=true&access_token={{OAUTH2_ACCESS_TOKEN}}" \
-X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"