Request body for assigning links to an entry.

interface ISetLinksRequest {
    links?: LfRepositoryClientV2.LinkToUpdate[];
}

Implemented by

Properties

Properties

The links that will be assigned to the entry.