Start Journeys
Change a user's day in the journey
Use the startJourneys
mutation to allow changing a user's day in the journey
Required Arguments
Argument | Type | Description |
| Int | Number of days when the user already started the journey |
| Boolean | If true, the number of days unlocked can be updated using daysUnlocked. |
Available Field
The following fields will be part of the response.
Field name | Type | Description |
| String | True if the user journey has been updated. Otherwise, it displays False |
| String | Description of the result |
Example
Last updated