Request body for renaming a Personal Collection.

interface IRenamePersonalCollectionRequest {
    name?: string;
}

Implemented by

Properties

Properties

name?: string

The new display name for the collection. Same constraints as creation.