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 15, 2025

main
0.0.27
Compare
0.0.27

API structure has changed

Next Change
5 structure changes including:
1 Breaking change
4 Modifications
1 Removal
Modified 4 Breaking
GET /account/{user_id}/leaderboards
  • Response
  • 200 response Modified
    • application/json content type Modified
      • leaderboards property Modified
        • allow_multiple, created_at, duration properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • stop, time_created, verify properties Added
GET /leaderboard/{leaderboard_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • scores property Modified
        • verified property Modified
          • Property is no longer required
GET /leaderboard/{leaderboard_id}/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • allow_multiple, created_at, duration properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • stop, time_created, verify properties Added
POST /leaderboard
  • Body
  • application/json content type Modified
    • start property Modified
      • Property is now required
        Breaking
    • duration, multiple_submissions properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • stop, verify properties Added
Removed 1 Breaking
PATCH /leaderboard/{leaderboard_id}/submission/{submission_id}/score
  • Removing a resource is always breaking unless it was deprecated before
    Breaking