From d07c5b07b1ba72eac781688428da69b0e8d8dc18 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 14 Jun 2015 23:03:02 +0200 Subject: [PATCH] ItemFinished/ItemStarted metadata --- events/itemfinished.rst | 2 +- events/itemstarted.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events/itemfinished.rst b/events/itemfinished.rst index dd9249c2a..bf058654e 100644 --- a/events/itemfinished.rst +++ b/events/itemfinished.rst @@ -36,4 +36,4 @@ An unsuccessful operation: } } -The ``action`` field is either ``update`` or ``delete``. +The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``. diff --git a/events/itemstarted.rst b/events/itemstarted.rst index 173eb7ca6..b6b829c7a 100644 --- a/events/itemstarted.rst +++ b/events/itemstarted.rst @@ -17,4 +17,4 @@ Generated when Syncthing begins synchronizing a file to a newer version. } } -The ``action`` field is either ``update`` or ``delete``. +The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``.