summaryrefslogtreecommitdiffstats
path: root/Documentation/cmd-stream-events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cmd-stream-events.txt')
-rw-r--r--Documentation/cmd-stream-events.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/cmd-stream-events.txt b/Documentation/cmd-stream-events.txt
index fb54f67edb..b467b6789c 100644
--- a/Documentation/cmd-stream-events.txt
+++ b/Documentation/cmd-stream-events.txt
@@ -43,7 +43,8 @@ SCHEMA
The JSON messages consist of nested objects referencing the *change*,
*patchset*, *account* involved, and other attributes as appropriate.
The currently supported message types are *patchset-created*,
-*comment-added*, *change-merged*, and *change-abandoned*.
+*comment-added*, *change-merged*, *change-deferred* and
+*change-abandoned*.
Note that any field may be missing in the JSON messages, so consumers of
this JSON stream should deal with that appropriately.
@@ -60,6 +61,16 @@ patchset:: link:json.html#patchset[patchset attribute]
uploader:: link:json.html#account[account attribute]
+Change Deferred
+^^^^^^^^^^^^^^^
+type:: "change-deferred"
+
+change:: link:json.html#change[change attribute]
+
+patchset:: link:json.html#patchset[patchset attribute]
+
+deferrer:: link:json.html#account[account attribute]
+
Change Abandoned
^^^^^^^^^^^^^^^^
type:: "change-abandoned"