Update Event Label
frauddetector_update_event_label | R Documentation |
Updates the specified event with a new label¶
Description¶
Updates the specified event with a new label.
Usage¶
frauddetector_update_event_label(eventId, eventTypeName, assignedLabel,
labelTimestamp)
Arguments¶
eventId |
[required] The ID of the event associated with the label to update. |
eventTypeName |
[required] The event type of the event associated with the label to update. |
assignedLabel |
[required] The new label to assign to the event. |
labelTimestamp |
[required] The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC. |
Value¶
An empty list.
Request syntax¶
svc$update_event_label(
eventId = "string",
eventTypeName = "string",
assignedLabel = "string",
labelTimestamp = "string"
)