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

    Type Alias AgentInstanceUpdateResult

    Response returned after successfully updating an agent instance.

    type AgentInstanceUpdateResult = {
        createdHistory: AgentInstanceCreatedHistoryItem[];
    }
    Index

    One entry per history item submitted in the request, in request order. Empty when no history items were submitted.