Change Updates

Do not miss any Fizzy Bubbly Provider API changes, ever again

Subscribe to the Fizzy Bubbly Provider API changelog to be up to date on recent changes.

RSS

Nov 14, 2023

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
POST /free-spins-campaign/bet-values
  • Response
  • 200 response Modified
    • application/json content type Modified
      • betValues property Modified
        • Full types went from array[number] to array[string | number]
POST /game/url
  • Body
  • application/json content type Modified
    • defaultBet, maxBet, minBet properties Modified
      • Combinator is now anyOf
POST /wallet/balance
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Combinator is now anyOf
POST /wallet/deposit
  • Body
  • application/json content type Modified
    • amount property Modified
      • Combinator is now anyOf
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Combinator is now anyOf
POST /wallet/rollback
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Combinator is now anyOf
POST /wallet/withdraw
  • Body
  • application/json content type Modified
    • amount property Modified
      • Combinator is now anyOf
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Combinator is now anyOf