Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 602 Bytes

itemstarted.rst

File metadata and controls

24 lines (19 loc) · 602 Bytes

ItemStarted

Generated when Syncthing begins synchronizing a file to a newer version.

{
    "id": 93,
    "globalID": 93,
    "type": "ItemStarted",
    "time": "2014-07-13T21:22:03.414609034+02:00",
    "data": {
        "item": "test.txt",
        "folder": "default",
        "type": "file",
        "action": "update"
    }
}

The action field is either update (contents changed), metadata (file metadata changed but not contents), or delete.

.. versionadded:: 0.11.10
    The ``metadata`` action.