misp_update_event
Update an existing MISP event's metadata, including info, threat level, and analysis status. Publishing is handled separately.
Instructions
Update an existing MISP event's metadata (info, threat level, analysis status). Publishing is separate - use misp_publish_event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event ID to update | |
| info | No | New event description | |
| threatLevel | No | 1=High, 2=Medium, 3=Low, 4=Undefined | |
| analysis | No | 0=Initial, 1=Ongoing, 2=Complete |