Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
put
Method · 0.45
Tested by
no test coverage detected