Create/update dataset items
Create/update dataset items based on dataset item id. Each item's 'id' field is the stable identifier and upsert key. Provide it to update an existing item, or omit it to create a new one.
Set 'copy_from_dataset_id' and 'copy_from_version_id' together to read carry-forward rows from the supplied (dataset, version) pair instead of the destination's prior version. When the fields are null, carry-forward rows are read from the destination's prior version.
Request body
Response
No content
Changes
Changed in 2 of the 57 revisions of this API.22
- ○
added the new optional request property
copy_from_dataset_idnew-optional-request-property
- ○
added the new optional request property
copy_from_version_idnew-optional-request-property
- ○
- ●
removed the request property
copy_from_dataset_idrequest-property-removed
- ●
removed the request property
copy_from_version_idrequest-property-removed
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●