MCPcopy Index your code
hub / github.com/outerbase/studio / updateOuterbaseSource

Function updateOuterbaseSource

src/outerbase-cloud/api-workspace.ts:70–80  ·  view source on GitHub ↗
(
  workspaceId: string,
  sourceId: string,
  source: OuterbaseAPISourceInput
)

Source from the content-addressed store, hash-verified

68}
69
70export function updateOuterbaseSource(
71 workspaceId: string,
72 sourceId: string,
73 source: OuterbaseAPISourceInput
74) {
75 return requestOuterbase<OuterbaseAPISource>(
76 `/api/v1/workspace/${workspaceId}/source/${sourceId}`,
77 "PUT",
78 source
79 );
80}
81
82export function createOuterbaseSource(
83 workspaceId: string,

Callers 1

runSaveFunction · 0.90

Calls 1

requestOuterbaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…