CreateWorkspaceBody

Request body for creating a Workspace.

Definition

TypeScript
interface CreateWorkspaceBody {
  organizationId: string;
  name: string;
  handle: string;
}

Fields

FieldTypeNotes
organizationIdstringrequired — Organization the workspace will belong to. Immutable after creation.
namestringrequired — Workspace name
handlestringrequired — Unique workspace handle