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

Function createOuterbaseWorkspace

src/outerbase-cloud/api-workspace.ts:12–21  ·  view source on GitHub ↗
(options: {
  short_name: string;
  name: string;
})

Source from the content-addressed store, hash-verified

10} from "./api-type";
11
12export function createOuterbaseWorkspace(options: {
13 short_name: string;
14 name: string;
15}) {
16 return requestOuterbase<OuterbaseAPIWorkspace>(
17 "/api/v1/workspace",
18 "POST",
19 options
20 );
21}
22
23export function updateOuterbaseWorkspace(
24 workspaceId: string,

Callers 1

SignupPageFunction · 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…