API structure has changed
  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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - stop, time_created, verify properties Added
 
 - 
  allow_multiple, created_at, duration properties Removed
    
 
 - 
  leaderboards property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /leaderboard/{leaderboard_id}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  scores property Modified
    
- 
  verified property Modified
    
- Property is no longer required
 
 
 - 
  verified property Modified
    
 
 - 
  scores property Modified
    
 
 - 
  application/json content type Modified
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - stop, time_created, verify properties Added
 
 - 
  allow_multiple, created_at, duration properties Removed
    
 
 - 
  application/json content type Modified
    
 
POST /leaderboard
              - Body
 - 
  application/json content type Modified
    
- 
  start property Modified
    
- 
          Property is now required Breaking
 
 - 
          Property is now required 
 - 
  duration, multiple_submissions properties Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - stop, verify properties Added
 
 - 
  start property Modified
    
 
        Removed
        1
          Breaking
      
      PATCH /leaderboard/{leaderboard_id}/submission/{submission_id}/score
              - Removing a resource is always breaking unless it was deprecated before Breaking