Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.17 KB

putv1incidentsincidentidimpact.md

File metadata and controls

20 lines (15 loc) · 2.17 KB

PutV1IncidentsIncidentIDImpact

Allows updating an incident's impacted infrastructure, with the option to move the incident into a different milestone and provide a note to update the incident timeline and any attached status pages. If this method is requested with the PUT verb, impacts will be completely replaced with the information in the request body, even if not provided (effectively clearing all impacts). If this method is requested with the PATCH verb, the provided impacts will be added or updated, but no impacts will be removed.

Fields

Field Type Required Description
Note *string N/A
Milestone *string N/A
Impact []components.Impact N/A
StatusPages []components.StatusPages N/A