Whether the new data is to be appended to the existing data in the entity. If append=false
, elements
included in the new data completely replace the corresponding existing elements, including all subelements. For
example, if the new data for the entity includes values and append=false
, all existing values for the
entity are discarded and replaced with the new values.
If append=true
, existing elements are preserved, and the new elements are added. If any elements in the
new data collide with existing elements, the update request fails.
The name of the entity.
Whether to include the audit properties (created
and updated
timestamps) in the response.
The description of the entity. This string cannot contain carriage return, newline, or tab characters.
The name of the entity. This string must conform to the following restrictions:
sys-
.Whether to use fuzzy matching for the entity.
Any metadata related to the entity.
An array of objects describing the entity values.
Unique identifier of the workspace.
Generated using TypeDoc
Parameters for the
updateEntity
operation.