CreateSolutionBody

Request body for creating a Solution.

Definition

TypeScript
interface CreateSolutionBody {
  workspaceId: string;
  name: string;
  description?: string | undefined;
}

Fields

FieldTypeNotes
workspaceIdstringrequired — Workspace that will own the new solution.
namestringrequired — Solution name.
descriptionstring | undefinedoptional — Optional longer-form description of the solution's purpose.