Update Sync

Update a sync configuration.

Args:

db: The database session sync_id: The ID of the sync to update sync_update: The sync update data user: The current user

Returns:

sync (schemas.Sync): The updated sync

Path parameters

sync_idstringRequired

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
namestringOptional
cron_schedulestringOptional
next_scheduled_rundatetimeOptional
white_label_idstringOptionalformat: "uuid"
white_label_user_identifierstringOptional
sync_metadatamap from strings to anyOptional
statusenumOptional

Sync status enum.

Allowed values:

Response

Successful Response

namestring
source_connection_idstringformat: "uuid"
destination_connection_idslist of strings
statusenum

Sync status enum.

Allowed values:
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"
embedding_model_connection_idstringOptionalformat: "uuid"Defaults to 33333333-3333-3333-3333-333333333333
descriptionstringOptional
cron_schedulestringOptional
next_scheduled_rundatetimeOptional
white_label_idstringOptionalformat: "uuid"
white_label_user_identifierstringOptional
sync_metadatamap from strings to anyOptional

Errors