Update Bulk Sync

PUT

📘 Updating schemas

Schema updates can be performed using the Update Bulk Sync Schemas endpoint.

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
destination_connection_idstringRequiredformat: "uuid"
namestringRequired
scheduleobjectRequired
source_connection_idstringRequiredformat: "uuid"
activebooleanOptional
automatically_add_new_fieldsenumOptional
Allowed values: allonlyIncrementalonlyNonIncrementalnone
automatically_add_new_objectsenumOptional
Allowed values: allonlyIncrementalonlyNonIncrementalnone
data_cutoff_timestampdatetimeOptional
destination_configurationmap from strings to anyOptional
disable_record_timestampsbooleanOptionalDefaults to false
discoverbooleanOptional

DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead

modeenumOptional
organization_idstringOptionalformat: "uuid"
policieslist of stringsOptional
schemaslist of strings or objectsOptional

List of schemas to sync; if omitted, all schemas will be selected for syncing.

source_configurationmap from strings to anyOptional

Response

OK

dataobjectOptional

Errors

Built with