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. Required. Deliberately left without a default: this is an overwrite action, so an omitted or null member has to stay distinguishable from an explicitly sent empty list, which removes every link.