Type Alias: GetIncidentData
type GetIncidentData = object;
Properties
body?
optional body?: never;
path
path: object;
incidentKey
incidentKey: IncidentKey;
The assigned key of the incident, which acts as a unique identifier for this incident.
query?
optional query?: never;
url
url: "/incidents/{incidentKey}";