blob: f66f1420db995c809fdbb1d8fa66d0d36df67de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ContestEntryTrigger
Defines what action/event triggers a (possible) entry into the contest (automatically). This only is valid on milestone contests
## Enum
* `TaskComplete` (value: `'task_complete'`)
* `TaskAttempt` (value: `'task_attempt'`)
* `Referral` (value: `'referral'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|