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
id
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
destination_configuration
destination_connection_id
name
schedule
source_connection_id
active
automatically_add_new_fields
Allowed values:
automatically_add_new_objects
Allowed values:
concurrency_limit
Override the default concurrency limit for this sync.
data_cutoff_timestamp
disable_record_timestamps
discover
DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead
mode
Allowed values:
normalize_names
Allowed values:
organization_id
policies
resync_concurrency_limit
Override the default resync concurrency limit for this sync.
schemas
List of schemas to sync; if omitted, all schemas will be selected for syncing.
source_configuration
Response
OK
data
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
