The request body containing fields that will be assigned to the entry.

interface IPutFieldValsRequest {
    fields?: { [key: string]: LfRepositoryClientV1.FieldToUpdate };
    links?: LfRepositoryClientV1.LinkToUpdate[];
    tags?: string[];
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

fields?: { [key: string]: LfRepositoryClientV1.FieldToUpdate }

The fields that will be assigned to the entry.

The links that will be assigned to the entry.

tags?: string[]

The tags that will be assigned to the entry.