Journey Status
Update the status of a "day" on a journey
Use the updateJourneyStatusMutation
mutation to update the status of "day" on a journey.
Required Arguments
Argument | Type | Description |
| String | ProfileJourney id. |
| JourneyStatus | JourneyStatus enum. |
Available Field
The following fields will be part of the response.
Field name | Type | Description |
| String | True if the Journey has been updated. Otherwise, it displays False |
| String | Description of the result |
Example
The following example changes a Journey status to Finish
If a Journey does not exist, the following message is displayed:
Last updated