interface IPatchEntryRequest {
    name?: string;
    parentId?: number;
}

Implemented by

Properties

Properties

name?: string

The name that will be assigned to the entry.

parentId?: number

The ID of the parent entry that the entry will be moved to.