API ReferenceBulk Sync

Update Bulk Sync

PUT

📘 Updating schemas

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

Path parameters

idstringRequired

Request

This endpoint expects an object.
destination_connection_id
stringRequired
mode
stringRequired
Either 'replicate' or 'snapshot'.
name
stringRequired
schedule
objectRequired
source_connection_id
stringRequired
active
booleanOptional
automatically_add_new_fields
enumOptional
Allowed values: allonlyIncrementalonlyNonIncrementalnone
automatically_add_new_objects
enumOptional
Allowed values: allonlyIncrementalonlyNonIncrementalnone
destination_configuration
map from strings to anyOptional
disable_record_timestamps
booleanOptional
discover
booleanOptional

DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead

organization_id
stringOptional
policies
list of stringsOptional
schemas
list of unionsOptional
List of schemas to sync; if omitted, all schemas will be selected for syncing.
source_configuration
map from strings to anyOptional

Response

This endpoint returns an object
data
objectOptional

Errors