> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Notable Events

Edit all notable events that match one or more ruleUIDs or notable events that match a search.

<Note>
  External Documentation

  To learn more, visit the [Splunk documentation](https://docs.splunk.com/Documentation/ES/latest/API/NotableEventAPIreference#.2Fservices.2Fnotable_update).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description                                     |
  | ----------------- | ----------------------------------------------- |
  | Comment           | A comment for the change of the notable events. |
  | Event Filter Type | The type of notable event selection.            |
  | Rule UIDs         | A list of IDs of notable events.                |
  | Search ID         | An ID of a search.                              |
  | Status            | The new status ID of the notable events.        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                   |
  | ----------- | --------------------------------------------- |
  | Disposition | The new disposition ID of the notable events. |
  | New Owner   | The new owner of the notable events.          |
  | Urgency     | The new urgency of the notable events.        |
</div>

## Example Output

```json theme={"dark"}
{
	"message": "1 event updated successfully",
	"failure_count": 0,
	"success": true,
	"details": {},
	"success_count": 1
}
```

## Workflow Library Example

[Edit Notable Events with Splunk and Send Results Via Email](https://library.blinkops.com/workflows/edit-notable-events-with-splunk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/edit-notable-events-with-splunk-and-send-results-via-email/canvas" />
</div>
