Update Database Record
Updates a database record in PixieBrix, creating it if needed.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
PixieBrix database identifier.
objectrequired
Updated record data object.
stringrequired
Record id/key to update.
Uncommon arguments
string
How PixieBrix should merge record data. Defaults to replace.