Update event by serviceAsk AIput https://app.upswot.com/{tenant}/api/v1/normalized-data/{companyId}/crm/events/{serviceId}Update event by service idPath ParamscompanyIduuidrequiredserviceIduuidrequiredBody ParamsorigIdstringrequiredlength ≥ 1Original identifier from third-party app.subjectstring | nullTitle of the event.descriptionstring | nullDetailed description or comments for the event.subTypeAppstring | nullThe marketing event subtype in the original system.statusAppstring | nullStatus of the task. Example: "Completed", "Deferred", "In Progress", "Not Started", "Pending".userOrigIdstring | nullThe assigned user/contact identifier in the third-party app.dueDatedate-time | nullRepresents the due date of the event.startDatedate-time | nullThe date when event starts.endDatedate-time | nullThe date when event ends.isAllDayEventbooleanA flag to indicate if the event lasts all day.truefalseisRecurrencebooleanIndicates whether the task is scheduled to repeat itself (true) or only occurs once (false)truefalseisReminderSetbooleanIndicates whether a popup reminder has been set for the event (true) or not (false). The default value of this field is false.truefalsereminderDateTimedate-time | nullRepresents the time when the reminder is scheduled to fireprioritystring | nullIndicates the importance or urgency of a event, such as high or low. The default value of this field is Normal. Example: "Normal", "Low", "High"inviteesarray of objects | nullinviteesADD objectrelatedObjectsarray of objects | nullrelatedObjectsADD objectResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 422Unprocessable Content 500Internal Server ErrorUpdated 11 months ago