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.
Field | Type | Required | Description |
---|---|---|---|
Note |
*string | ➖ | N/A |
Milestone |
*string | ➖ | N/A |
Impact |
[]components.PatchV1IncidentsIncidentIDImpactImpact | ➖ | N/A |
StatusPages |
[]components.PatchV1IncidentsIncidentIDImpactStatusPages | ➖ | N/A |