MCPcopy Create free account
hub / github.com/arctic-cli/interface / update

Method update

packages/sdk/js/src/gen/sdk.gen.ts:315–324  ·  view source on GitHub ↗

* Update PTY session

(options: Options<PtyUpdateData, ThrowOnError>)

Source from the content-addressed store, hash-verified

313 * Update PTY session
314 */
315 public update<ThrowOnError extends boolean = false>(options: Options<PtyUpdateData, ThrowOnError>) {
316 return (options.client ?? this._client).put<PtyUpdateResponses, PtyUpdateErrors, ThrowOnError>({
317 url: "/pty/{id}",
318 ...options,
319 headers: {
320 "Content-Type": "application/json",
321 ...options.headers,
322 },
323 })
324 }
325
326 /**
327 * Connect to a PTY session

Callers 15

config.test.tsFile · 0.45
hashTextFunction · 0.45
hashConversationSeedFunction · 0.45
generatePKCESyncFunction · 0.45
saveMcpConfigFunction · 0.45
fnFunction · 0.45
DialogSessionRenameFunction · 0.45
ensureTitleFunction · 0.45
revertFunction · 0.45
unrevertFunction · 0.45
cleanupFunction · 0.45
startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected