Automation: How to update Event (edit) #147
Labels
API
This issue involves the MISP API
help wanted
This is an issue that community can help with
T: enhancement
Type: enhancement. This issue seeks an improvement of an existing feature
The Automation document does not describe how to update (EDIT) an event through the API
Should be added (from what I found in the PHP code):
POST https://localhost/events/EVENTID
The request body must include the timestamp which should be greater than the Event timestamp in DB.
And all the Event data to update.
UUID remains unchanged.
'analysis', 'threat_level_id', 'info', 'distribution', 'date' remain unchanged if not set in the request body, as well as objects and/or attributes.
The text was updated successfully, but these errors were encountered: