@farmart-tech/brave-react-adapter
    Preparing search index...

    Interface WorkspaceUpdateRequest

    Request payload for updating an existing workspace.

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

    Properties

    Properties

    description?: string

    New description for the workspace. If not provided, the description will remain unchanged.

    id: string

    ID of the workspace to update. The ID itself cannot be changed.

    name?: string

    New display name for the workspace. If not provided, the name will remain unchanged.