Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 940 Bytes

localchangedetected.rst

File metadata and controls

31 lines (26 loc) · 940 Bytes

LocalChangeDetected

Generated upon scan whenever the local disk has discovered an updated file from the previous scan. This does not include events that are discovered and copied from other devices (:doc:`remotechangedetected`), only files that were changed on the local filesystem.

Note

This event is not included in :doc:`/rest/events-get` endpoint without a mask specified, but needs to be selected explicitly.

{
  "id": 7,
  "globalID": 59,
  "time": "2016-09-26T22:07:10.7189141-04:00",
  "type": "LocalChangeDetected",
  "data": {
    "action": "deleted",
    "folder": "vitwy-zjxqt",
    "folderID": "vitwy-zjxqt",
    "label": "TestSync",
    "path": "test file.rtf",
    "type": "file"
  }
}
.. deprecated:: v1.1.2
  The ``folderID`` field is a legacy name kept only for compatibility.  Use the
  ``folder`` field with identical content instead.