You can allow writes and run resync-prep using the API with the /platform/7/sync/jobs URI. You can check out the help for this URI at /platform/7/sync/jobs?describe.
Allow writes:
POST /platform/7/sync/jobs
BODY:
{
'id': ,
'action: 'allow_write'
}
Resync Prep:
POST /platform/7/sync/jobs
BODY:
{
'id': ,
'action: 'resync_prep'
}
mtaormina
6 Posts
1
December 8th, 2020 08:00
You can allow writes and run resync-prep using the API with the /platform/7/sync/jobs URI. You can check out the help for this URI at /platform/7/sync/jobs?describe.
Allow writes:
Resync Prep:
POST /platform/7/sync/jobs BODY: { 'id':,
'action: 'resync_prep'
} DELL-Sam L
Moderator
•
7.8K Posts
0
December 7th, 2020 11:00
Hello Desmond,
You are correct that the calls are not supported by REST API.