PUT api/userJourneys/{id}
Updates a user journey.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the user journey to update. |
globally unique identifier |
Required |
Body Parameters
The user journey model to update with.
UserJourneyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| DisplayName | string |
Required |
|
| CreationDate | date |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Type | UserJourneyTypeDto |
None. |
|
| SortIndex | integer |
None. |
|
| UserJourneyProperties | Collection of UserJourneyPropertyDto |
None. |
|
| ModuleSettings | Collection of ModuleSettingDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e2ba7d69-f059-4c5f-8e3b-a4cce5d16d46",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"TenantId": "97a508d5-0139-4950-8c45-a3ec9c0eff07",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "ff3385fe-6e3e-43a5-9fe8-003f155d85cd",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"UserJourneyId": "2e7a68d5-3c62-4ed7-90e9-93fd7b31f312"
},
{
"Id": "ff3385fe-6e3e-43a5-9fe8-003f155d85cd",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"UserJourneyId": "2e7a68d5-3c62-4ed7-90e9-93fd7b31f312"
}
],
"ModuleSettings": [
{
"Id": "00d9e2a0-16e2-4e77-8758-1af3d82b810b",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"TenantId": "7108987b-dc7d-4b69-a954-5989cac631df",
"UserJourneyId": "a84de3c5-835b-4655-ac8d-05cb0748dc4a",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "f928e48f-6ace-4cba-8818-b32a6345b290",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"ModuleSettingId": "4d7eb1a4-a568-4593-94d4-d079039a8c52"
},
{
"Id": "f928e48f-6ace-4cba-8818-b32a6345b290",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"ModuleSettingId": "4d7eb1a4-a568-4593-94d4-d079039a8c52"
}
]
},
{
"Id": "00d9e2a0-16e2-4e77-8758-1af3d82b810b",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"TenantId": "7108987b-dc7d-4b69-a954-5989cac631df",
"UserJourneyId": "a84de3c5-835b-4655-ac8d-05cb0748dc4a",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "f928e48f-6ace-4cba-8818-b32a6345b290",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"ModuleSettingId": "4d7eb1a4-a568-4593-94d4-d079039a8c52"
},
{
"Id": "f928e48f-6ace-4cba-8818-b32a6345b290",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T21:00:22.5014212+00:00",
"ModuleSettingId": "4d7eb1a4-a568-4593-94d4-d079039a8c52"
}
]
}
]
}
application/xml, text/xml
Sample:
<UserJourneyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models">
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>e2ba7d69-f059-4c5f-8e3b-a4cce5d16d46</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>00d9e2a0-16e2-4e77-8758-1af3d82b810b</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>f928e48f-6ace-4cba-8818-b32a6345b290</Id>
<ModuleSettingId>4d7eb1a4-a568-4593-94d4-d079039a8c52</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>f928e48f-6ace-4cba-8818-b32a6345b290</Id>
<ModuleSettingId>4d7eb1a4-a568-4593-94d4-d079039a8c52</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>7108987b-dc7d-4b69-a954-5989cac631df</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>a84de3c5-835b-4655-ac8d-05cb0748dc4a</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>00d9e2a0-16e2-4e77-8758-1af3d82b810b</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>f928e48f-6ace-4cba-8818-b32a6345b290</Id>
<ModuleSettingId>4d7eb1a4-a568-4593-94d4-d079039a8c52</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>f928e48f-6ace-4cba-8818-b32a6345b290</Id>
<ModuleSettingId>4d7eb1a4-a568-4593-94d4-d079039a8c52</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>7108987b-dc7d-4b69-a954-5989cac631df</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>a84de3c5-835b-4655-ac8d-05cb0748dc4a</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>97a508d5-0139-4950-8c45-a3ec9c0eff07</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>ff3385fe-6e3e-43a5-9fe8-003f155d85cd</Id>
<Name>sample string 2</Name>
<UserJourneyId>2e7a68d5-3c62-4ed7-90e9-93fd7b31f312</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T21:00:22.5014212+00:00</CreationDate>
<Id>ff3385fe-6e3e-43a5-9fe8-003f155d85cd</Id>
<Name>sample string 2</Name>
<UserJourneyId>2e7a68d5-3c62-4ed7-90e9-93fd7b31f312</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.