Change Updates

Do not miss any API changes, ever again

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

RSS

Changelog

Last update:
Compare
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
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