The jackpot overwrites are a way for the operator to take ownership of the regular or global jackpots.
The jackpot overwrites are easily configured through the Fireball Admin Panel.
If the operator has made any contribution to the jackpot, regardless of the type, the operator is bound to these and their settings until the jackpot is released, after which the new configuration will take effect.
jackpot-template-overwrite-create
.The token from the previous section will be used as the bearer
token in the POST request to the API.
Call api.fireballserver.com/jackpots/templates/overwrites:
Header:
{
"bearer": "service account token"
}
Body:
{
"jackpotId": "10d40ede-913e-45c0-8f57-d21d69ab62c7",
"environment": "production",
"startAmount": 50000,
"ppcc": 0.00000033,
"savingsPercentage": 50
}