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
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped 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
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
