Update Sync Error Handling

Updates the error handling settings for a model sync.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"
Unique identifier of the model sync.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
auto_retry_record_errorsboolean or nullOptional
Whether records that fail are automatically retried on the next run. Omit to leave unchanged.
notify_on_record_errorsboolean or nullOptional

Whether subscribers are notified when individual records fail, in addition to whole-sync failures. Omit to leave unchanged.

subscriberslist of strings or nullOptional

Email addresses notified when this sync fails. Replaces the current list; pass an empty list to unsubscribe everyone. Omit to leave the list unchanged.

warning_notificationsboolean or nullOptional
Whether subscribers are notified when the sync completes with warnings. Omit to leave unchanged.

Response

OK
dataobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error