-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Description
xata
URLs
Actions
create-record
Prompt
Generates a new record with a unique id. User is required to configure the data for the new record.
create-replace-record-given-id
Prompt
Creates or replaces a record using the provided id. If a record with the same id exists, it will be wholly replaced with the new data. Required prop is the record id and the new record data.
create-update-record-given-id
Prompt
Creates or partially updates a record using the provided id. If a record with the same id exists, only the referenced values are updated, keeping the remaining data intact. Required prop is the record id and the new record data.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done