Update Bulk Sync

📘 Updating schemas

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

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
destination_configurationmap from strings to anyRequired
destination_connection_idstringRequiredformat: "uuid"
namestringRequired
scheduleobjectRequired
source_connection_idstringRequiredformat: "uuid"
activebooleanOptional
automatically_add_new_fieldsenumOptional
Allowed values:
automatically_add_new_objectsenumOptional
Allowed values:
concurrency_limitintegerOptional
Override the default concurrency limit for this sync.
data_cutoff_timestampdatetimeOptional
disable_record_timestampsbooleanOptionalDefaults to false
discoverbooleanOptional

DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead

modeenumOptional
Allowed values:
normalize_namesenumOptional
Allowed values:
organization_idstringOptionalformat: "uuid"
policieslist of stringsOptional
resync_concurrency_limitintegerOptional
Override the default resync concurrency limit for this sync.
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
dataobject

Errors

400
Bulk Sync Update Request Bad Request Error
401
Bulk Sync Update Request Unauthorized Error
403
Bulk Sync Update Request Forbidden Error
404
Bulk Sync Update Request Not Found Error
500
Bulk Sync Update Request Internal Server Error