Hi,
How can I enable Sync on a hosted feature service via the Python API, when publishing?
e.g is there a parameter I can add to the below..?
cont = {"type": "File Geodatabase", "title": 'test', "snippet": 'my snippet'}
fileGDB = gis.content.add(cont, zipFilePath)
published_service = fileGDB.publish()
Cheers,