Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Can disable sync be used to enable sync? #340

@tpcolson

Description

@tpcolson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions