Update Incident
Updates an incident.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID of the incident to be updated.
acknowledged_date
Timestamp when the incident was acknowledged.
applies_to_parts
artifacts
body
Body of the incident.
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
external_source_data
identified_date
Time when the incident was identified/reported.
impact
mitigated_date
Timestamp when the incident was mitigated.
owned_by
pia
playbooks
reported_by
The entity that first reported the incident.
severity
Severity of the incident.
stage
Update object for Stage.
stage_validation_options
The type of stage validations options when updating the stage or
the stage diagram of an incident.
Allowed values:
staged_info
Update object for StagedInfo.
sync_metadata
target_close_date
Timestamp when the incident is expected to be resolved.
title
Title of the incident.
sourceDeprecated
Source of where the incident was created. Only sys users and
service accounts are supposed to set this field.
Response
Success.
incident