Specification documentation not up to date

Sort:
Tricky_Dicky

I have come across two instances of specification not in line with actual endpoints.

Items in Red not documented.

1. https://api.chess.com/pub/player/{username}/clubs

Spec :-

{
  "clubs": [
    {
        "url": "https://api.chess.com/pub/club/test",
        "joined": 1305310668,
        "last_activity": 1305310668
    }
  ]
}

Example of actual data returned

{"@id":"https://www.chess.com/club/team-england",
"name":"Team England","last_activity":1564491194,
"icon":"https://images.chesscomfiles.com/uploads/v1/group/4329.0671b524.50x50o.901d1c243243.jpeg",
"url":"https://www.chess.com/club/team-england",
"joined":1229035911}

2. https://api.chess.com/pub/player/{username}/stats

End point returns "fide":nnnn,

Not in documentation.
Tricky_Dicky

ChangeLog not update this year.

andreamorandini

Thank you, documentation fixed with new fields.