interface IPutLinksRequest {
    customProperties?: {
        [key: string]: string;
    };
    linkTypeId?: number;
    targetId?: number;
}

Implemented by

Properties

customProperties?: {
    [key: string]: string;
}

Custom properties (key, value pairs) to be added to the link

linkTypeId?: number

The link type ID to create the link with.

targetId?: number

The target entry ID to create a link to.