Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.13 KB

DataPointChoiceReplaceRequest.md

File metadata and controls

46 lines (25 loc) · 1.13 KB

@affinda/affinda / Exports / DataPointChoiceReplaceRequest

Interface: DataPointChoiceReplaceRequest

Request body for replacing choices of a data point. Either collection or organization is required.

Table of contents

Properties

Properties

choices

choices: DataPointChoiceForReplace[]

Incoming choices to replace existing choices of a data point. Existing choices and incoming choices are matched base on their value. New value will be created, existing value will be updated, and value not in incoming choices will be deleted.


collection

Optional collection: string

Uniquely identify a collection.


dataPoint

dataPoint: string

Uniquely identify a data point.


organization

Optional organization: string

Uniquely identify an organization.