@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ResolveIncidentData

    type ResolveIncidentData = {
        body?: IncidentResolutionRequest;
        path: { incidentKey: IncidentKey };
        query?: never;
        url: "/incidents/{incidentKey}/resolution";
    }
    Index

    Properties

    Properties

    path: { incidentKey: IncidentKey }

    Type Declaration

    • incidentKey: IncidentKey

      Key of the incident to resolve.

    query?: never
    url: "/incidents/{incidentKey}/resolution"