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

    Type Alias UpdateAgentInstanceData

    type UpdateAgentInstanceData = {
        body: AgentInstanceUpdateRequest;
        path: { agentInstanceKey: AgentInstanceKey };
        query?: never;
        url: "/agent-instances/{agentInstanceKey}";
    }
    Index

    Properties

    Properties

    path: { agentInstanceKey: AgentInstanceKey }

    Type Declaration

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