The following endpoints were removed:
- GET
channels/{{channelId}}/tickets
- DELETE
/tickets/statistics
- GET
/tickets
The following endpoints were changed to return HTTP 202 instead of 204:
- POST
/tickets/redeem
- POST
/channels/{{channelId}}/tickets/redeem
In addition the fields redeemedValue and rejectedValue in the response of GET /tickets/statistics are deprecated and should be queried via Blokli instead.
The following endpoints were removed:
channels/{{channelId}}/tickets/tickets/statistics/ticketsThe following endpoints were changed to return HTTP 202 instead of 204:
/tickets/redeem/channels/{{channelId}}/tickets/redeemIn addition the fields
redeemedValueandrejectedValuein the response of GET/tickets/statisticsare deprecated and should be queried via Blokli instead.