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

    Type Alias CreateAgentInstanceHistoryItemData

    type CreateAgentInstanceHistoryItemData = {
        body: AgentInstanceHistoryItemRequest;
        path: { agentInstanceKey: AgentInstanceKeyWritable };
        query?: never;
        url: "/agent-instances/{agentInstanceKey}/history";
    }
    Index
    path: { agentInstanceKey: AgentInstanceKeyWritable }

    Type Declaration

    query?: never
    url: "/agent-instances/{agentInstanceKey}/history"