Can https://github.com/Esri/ArcREST/blob/master/samples/disable_sync_service_item.py also be used to ENABLE sync by just changing
result = fst.disableSync(url=fs.url)
to
result = fst.enableSync(url=fs.url)
I have a scenario where I need to disable sync, do something, then re-enable it