Type Alias: ResolveIncidentData
type ResolveIncidentData = object;
Defined in: gen/types.gen.ts:11542
Properties
body?
optional body: IncidentResolutionRequest;
Defined in: gen/types.gen.ts:11543
path
path: object;
Defined in: gen/types.gen.ts:11544
incidentKey
incidentKey: IncidentKey;
Key of the incident to resolve.
query?
optional query: never;
Defined in: gen/types.gen.ts:11550
url
url: "/incidents/{incidentKey}/resolution";
Defined in: gen/types.gen.ts:11551