Hello - does anyone know if there is anyway to pause / resume collaboration syncs using the arcgis api? Maybe somewhere in the arcgis.gis.admin module? From the rest api here:
https://developers.arcgis.com/rest/users-groups-and-items/pause/
I've been trying to implement this:
POST /sharing/rest/portals/0123456789ABCDEF/collaborations/3e9d1694351a4b5badef66c7599fced5/workspaces/c3c831f1274a4f228ecd87f1953c6f21/schedule/pause HTTP/1.1
Host: org.arcgis.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
but with no success.
Any ideas?