You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
17
15
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
18
16
**GameId** | **string** | Game ID | [optional]
@@ -21,6 +19,10 @@ Name | Type | Description | Notes
21
19
**Tags** | **List<string>** | The tags for the feed item | [optional]
22
20
**Categories** | **List<string>** | The categories for the feed item | [optional]
23
21
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
22
+
**CtaLabel** | **string** | The label for the CTA button |
23
+
**CtaDescription** | **string** | The description for the CTA button |
24
+
**CtaUrl** | **string** | The URL for the CTA button |
25
+
**CtaImage** | **string** | The image for the CTA background |
24
26
25
27
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**QuizCorrectAnswerText** | **string** | The text to display when the user answers the quiz correctly | [optional]
28
+
**QuizHeaderInitialImage** | **string** | The initial image for the quiz header | [optional]
29
+
**QuizHeaderAnsweredImage** | **string** | The image to display when the user answers the quiz correctly | [optional]
28
30
29
31
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
19
15
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
20
16
**GameId** | **string** | Game ID | [optional]
@@ -23,6 +19,12 @@ Name | Type | Description | Notes
23
19
**Tags** | **List<string>** | The tags for the feed item | [optional]
24
20
**Categories** | **List<string>** | The categories for the feed item | [optional]
25
21
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
22
+
**CtaLabel** | **string** | The label for the CTA button |
23
+
**CtaDescription** | **string** | The description for the CTA button |
24
+
**CtaUrl** | **string** | The URL for the CTA button |
25
+
**CtaImage** | **string** | The image for the CTA background |
26
+
**SignInRedirectUrl** | **string** | The URL to redirect to when the user completes the sign in quest |
27
+
**SignInBackground** | **string** | The background for the sign in quest |
26
28
27
29
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
15
15
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
16
16
**GameId** | **string** | Game ID | [optional]
@@ -19,6 +19,8 @@ Name | Type | Description | Notes
19
19
**Tags** | **List<string>** | The tags for the feed item | [optional]
20
20
**Categories** | **List<string>** | The categories for the feed item | [optional]
21
21
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
22
+
**VideoTitle** | **string** | Title of the video |
23
+
**VideoUrl** | **string** | URL of the video |
22
24
23
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments