Update Bulk Sync Schedule
Updates an existing schedule on a bulk sync.
Updates replace the stored schedule. Send the full schedule definition
rather than only the field you want to change. Schedule times are
interpreted in UTC.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
sync_id
Unique identifier of the bulk sync.
schedule_id
Unique identifier of the schedule to update.
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
schedule
Response
OK
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
