type PatchDataItemsQuery: object;Type declaration
a
a: Record<string, SerializedFieldType>[];Data items to add to the collection
c
c: Record<string, Record<string, SerializedFieldType>>;Data items to change field values on, keyed by primary key
d
d: string[];Primary keys of items to delete
id
id: string;ID of the data collection to patch