Type Alias: UpdateAgentInstanceData
type UpdateAgentInstanceData = object;
Properties
body
body: AgentInstanceUpdateRequest;
path
path: object;
agentInstanceKey
agentInstanceKey: AgentInstanceKey;
The key of the agent instance to update.
query?
optional query?: never;
url
url: "/agent-instances/{agentInstanceKey}";