ItemFinished/ItemStarted metadata

This commit is contained in:
Jakob Borg
2015-06-14 23:03:02 +02:00
parent 2ffe2b7226
commit d07c5b07b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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``.
+1 -1
View File
@@ -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``.