diff --git a/docs/site/api.md b/docs/site/api.md index cee346e..b5dbaa1 100644 --- a/docs/site/api.md +++ b/docs/site/api.md @@ -170,6 +170,9 @@ Example: [/api/v2/contest/bts19](https://dmoj.ca/api/v2/contest/bts19) "tiebreaker": "", "old_rating": "", "new_rating": "", + "old_raw_rating": "", + "new_raw_rating": "", + "performance": "", "is_disqualified": "", "solutions": [ "" @@ -199,6 +202,11 @@ Example: [/api/v2/participations?contest=dmopc19c6&virtual_participation_number= "score": "", "cumulative_time": "", "tiebreaker": "", + "old_rating": "", + "new_rating": "", + "old_raw_rating": "", + "new_raw_rating": "", + "performance": "", "is_disqualified": "", "virtual_participation_number": "" } @@ -319,11 +327,18 @@ Example: [/api/v2/user/Xyene](https://dmoj.ca/api/v2/user/Xyene) "contests": [ { "key": "", + "start_time": "", + "end_time": "", "score": "", "cumulative_time": "", - "rating": "", - "raw_rating": "", - "performance": "" + "tiebreaker": "", + "old_rating": "", + "new_rating": "", + "old_raw_rating": "", + "new_raw_rating": "", + "performance": "", + "is_disqualified": "", + "virtual_participation_number": "" } ] }