Update Bulk Sync

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
scheduleslist of objectsRequired
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
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