Update Bulk Sync

📘 Updating schemas

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

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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:
automatically_add_new_objectsenumOptional
Allowed values:
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