Type alias UpdateSessionConfigCallType
UpdateSessionConfigCallType: {
apiEndpoint: string | URL;
apiToken: string;
maxSurbUpstream: string;
responseBuffer: string;
sessionId: string;
timeout?: number;
}
Type declaration
apiEndpoint: string | URL
apiToken: string
maxSurbUpstream: string
responseBuffer: string
sessionId: string
Optional timeout?: number
The API endpoint for authentication.