@squidcloud/client
    Preparing search index...

    Interface RestoreAgentRevisionRequest

    Request to restore an agent to a specific revision.

    interface RestoreAgentRevisionRequest {
        agentId: string;
        revisionNumber: number;
    }
    Index

    Properties

    agentId: string

    The ID of the agent to restore.

    revisionNumber: number

    The revision number to restore the agent to.