Type Alias: ResolveIncidentData
type ResolveIncidentData = object;
Properties
body?
optional body?: IncidentResolutionRequest;
path
path: object;
incidentKey
incidentKey: IncidentKey;
Key of the incident to resolve.
query?
optional query?: never;
url
url: "/incidents/{incidentKey}/resolution";