You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add customFields to the alert alert.customFields['test'] = {"string": 'Test'}
Update the alert. (Only the customFields) the_hive_api.update_alert(event['object']['id'], alert, fields=['customFields'])
The artifacts from the alert were deleted.
Complementary information
I have to create the alert without using 'json=', because it has file observables.
Thehive4py does not support file artifacts yet in 'json='. Even so, downloading and resending files is not efficient.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
When using 'fields' to update only 'customFields', it's updating other fields as well.
Steps to Reproduce
Add customFields to the alert
alert.customFields['test'] = {"string": 'Test'}
Update the alert. (Only the customFields)
the_hive_api.update_alert(event['object']['id'], alert, fields=['customFields'])
The artifacts from the alert were deleted.
Complementary information
I have to create the alert without using 'json=', because it has file observables.
Thehive4py does not support file artifacts yet in 'json='. Even so, downloading and resending files is not efficient.
The text was updated successfully, but these errors were encountered: