# Update web journey notification configuration PUT /v3/web-journeys/{webJourneyId}/notificationconfig Update or create notification settings for a web journey Endpoint: PUT /v3/web-journeys/{webJourneyId}/notificationconfig Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 ## Request fields (application/json): - `emails` (array) List of email addresses for notifications - `alerts` (boolean) Whether alerts are enabled - `webHookUrl` (string) Webhook URL for notifications ## Response 200 fields (application/json): - `emails` (array) List of email addresses for notifications - `alerts` (boolean) Whether alerts are enabled - `webHookUrl` (string) Webhook URL for notifications ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)