> ## 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.

# Update Incident

Update an incident.

<Note>
  External Documentation

  To learn more, visit the [Datadog documentation](https://docs.datadoghq.com/api/latest/incidents/#update-an-existing-incident).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                         |
  | ----------------- | ----------------------------------------------------------------------------------- |
  | Customer Impacted | A flag indicating whether the incident caused customer impact.                      |
  | Fields            | A condensed view of the user-defined fields for which to create initial selections. |
  | Incident ID       | The UUID of the incident.                                                           |
  | Title             | The title of the incident, which summarizes what happened.                          |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                                        |
  | -------------- | ------------------------------------------------------------------ |
  | Detected       | Timestamp when the incident was detected.                          |
  | Impact End     | Timestamp when customers were no longer impacted by the incident.  |
  | Impact Scope   | A summary of the impact customers experienced during the incident. |
  | Impact Start   | Timestamp when customers began being impacted by the incident.     |
  | Leader User ID | A unique identifier that represents the user.                      |
  | Resolved       | Unix timestamp when the incident's state was set to resolved.      |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"type": "<string>",
		"id": "<string>",
		"attributes": {
			"public_id": 53,
			"incident_type_uuid": "<string>",
			"title": "<string>",
			"resolved": "2025-04-02T05:15:58.666942+00:00",
			"customer_impact_scope": null,
			"customer_impact_start": null,
			"customer_impact_end": null,
			"customer_impacted": false,
			"notification_handles": null,
			"last_modified_by": {
				"data": {
					"type": "<string>",
					"id": "<string>",
					"attributes": {
						"uuid": "<string>",
						"handle": "<string>",
						"email": "<string>",
						"name": null,
						"icon": "<string>"
					}
				}
			},
			"last_modified_by_uuid": "<string>",
			"created": "2025-04-02T05:15:57.827490+00:00",
			"modified": "2025-04-02T05:15:58.674572+00:00",
			"commander": null,
			"detected": "2025-04-02T05:15:57.816478+00:00",
			"created_by": {
				"data": {
					"type": "<string>",
					"id": "<string>",
					"attributes": {
						"uuid": "<string>",
						"handle": "<string>",
						"email": "<string>",
						"name": null,
						"icon": "<string>"
					}
				}
			},
			"created_by_uuid": "<string>",
			"creation_idempotency_key": null,
			"customer_impact_duration": 1,
			"time_to_detect": 2,
			"time_to_repair": 2,
			"time_to_internal_response": 1,
			"time_to_resolve": 2,
			"archived": null,
			"fields": {
				"severity": {
					"type": "<string>",
					"value": "<string>"
				},
				"state": {
					"type": "<string>",
					"value": "<string>"
				},
				"detection_method": {
					"type": "<string>",
					"value": "<string>"
				},
				"root_cause": {
					"type": "<string>",
					"value": null
				},
				"summary": {
					"type": "<string>",
					"value": "<string>"
				},
				"services": {
					"type": "<string>",
					"value": null
				},
				"teams": {
					"type": "<string>",
					"value": null
				}
			},
			"field_analytics": null,
			"severity": "<string>",
			"state": "<string>",
			"non_datadog_creator": null,
			"visibility": "<string>",
			"case_id": null
		},
		"relationships": {
			"created_by_user": {
				"data": {
					"type": "<string>",
					"id": "<string>"
				}
			},
			"last_modified_by_user": {
				"data": {
					"type": "<string>",
					"id": "<string>"
				}
			},
			"commander_user": {
				"data": null
			},
			"user_defined_fields": {
				"data": [
					{
						"type": "<string>",
						"id": "<string>"
					},
					{
						"type": "<string>",
						"id": "<string>"
					}
				]
			},
			"integrations": {
				"data": []
			},
			"attachments": {
				"data": [
					{
						"type": "<string>",
						"id": "<string>"
					}
				]
			},
			"responders": {
				"data": [
					{
						"type": "<string>",
						"id": "<string>"
					}
				]
			},
			"impacts": {
				"data": []
			}
		}
	}
}
```

## Workflow Library Example

[Rollback Kubernetes Deployment and Resolve Datadog Incident](https://library.blinkops.com/workflows/rollback-kubernetes-deployment-and-resolve-datadog-incident)

<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/rollback-kubernetes-deployment-and-resolve-datadog-incident/canvas" />
</div>
