@farmart-tech/brave-admin-sdk
    Preparing search index...

    Interface WorkspaceCreateRequest

    Request payload for creating a new workspace.

    interface WorkspaceCreateRequest {
        description?: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    description?: string

    Optional description of the workspace's purpose.

    id: string

    Unique identifier for the new workspace.

    • Must be unique across all workspaces
    • Cannot use reserved names: 'global', 'test'
    • Cannot be changed after creation
    • Should be lowercase with hyphens or underscores
    name: string

    Display name for the workspace.