6 Posts

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:

 

POST /platform/7/sync/jobs

BODY:
{
    'id': ,
    'action: 'allow_write'
}

 

 

Resync Prep: 

POST /platform/7/sync/jobs

BODY:
{
    'id': ,
    'action: 'resync_prep'
}

Moderator

 • 

7.8K Posts

December 7th, 2020 11:00

Hello Desmond,

You are correct that the calls are not supported by REST API.

No Events found!

Top