Skip to content

Commit c8c09b8

Browse files
committed
Add contest performance ceiling to API
1 parent 62917e6 commit c8c09b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/site/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Example: [/api/v2/contest/bts19](https://dmoj.ca/api/v2/contest/bts19)
141141
"has_rating": "<whether the contest has been rated>",
142142
"rating_floor": "<the minimum user rating required for the user to be rated>",
143143
"rating_ceiling": "<the maximum user rating for the user to be rated>",
144+
"performance_ceiling": "<the maximum user rating possible from this contest>",
144145
"hidden_scoreboard": "<whether the contest's scoreboard is hidden>",
145146
"scoreboard_visibility": "<whether the scoreboard is (V)isible, visible after (C)ontest, or visible after (P)articipation>",
146147
"is_organization_private": "<whether the contest is private to organizations>",

0 commit comments

Comments
 (0)