Request body for assigning links to an entry.

interface ISetLinksRequest {
    links?: LinkToUpdate[];
}

Implemented by

Properties

Properties

links?: LinkToUpdate[]

The links that will be assigned to the entry.