Change Updates

Do not miss any API changes, ever again

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

RSS

Mar 11, 2025

main
0.0.24
Compare
0.0.24

API structure has changed

5 structure changes including:
2 Additions
3 Modifications
Modified 3 Breaking
GET /account/{user_id}/leaderboards
  • Response
  • 200 response Modified
    • application/json content type Modified
      • leaderboards property Modified
        • created_at, start properties Modified
          • Type went from string | null to string(date-time)
            Breaking
        • duration property Modified
          • Property is now required
            Breaking
GET /leaderboard/{leaderboard_id}/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at, start properties Modified
        • Type went from string | null to string(date-time)
          Breaking
      • duration property Modified
        • Property is now required
          Breaking
PATCH /leaderboard/{leaderboard_id}/submission/{submission_id}/verify
  • Body
  • application/json content type Modified
    • comment property Added
Added 2
GET /leaderboard/{leaderboard_id}/submission/{submission_id}/history
POST /leaderboard/{leaderboard_id}/submission/{submission_id}/comment