blob: c85eba5c5323ed4cafd239be8201e28ca98cddc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ContestEndReason
Defines why a contest ended
## Enum
* `Cancelled` (value: `'cancelled'`)
* `TargetEntryAmount` (value: `'target_entry_amount'`)
* `EndsAt` (value: `'ends_at'`)
* `MaxWinners` (value: `'max_winners'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|