Updates the specified event with a new label.
See https://www.paws-r-sdk.com/docs/frauddetector_update_event_label/ for full documentation.
frauddetector_update_event_label(
eventId,
eventTypeName,
assignedLabel,
labelTimestamp
)
[required] The ID of the event associated with the label to update.
[required] The event type of the event associated with the label to update.
[required] The new label to assign to the event.
[required] The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.