core.patchoptions
Home > @medplum/core > PatchOptions
PatchOptions interface
Signature:
export interface PatchOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) When true, "add" operations with path ending in "/-" will implicitly create an empty array where possible. For example, with this option enabled, for the object If the indicated array property already exists but is not an array, this will produce an error. Only the leaf array will be inferred; missing parent objects will still produce errors. |