MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / updateThread

Method updateThread

packages/sdk/src/index.ts:87–89  ·  view source on GitHub ↗
(thread: LinenTypes.threadPutType)

Source from the content-addressed store, hash-verified

85 }
86
87 updateThread(thread: LinenTypes.threadPutType) {
88 return this.put(`/api/integrations/threads`, thread);
89 }
90
91 // messages ----
92

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected