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.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/cmd-stream-events.txt b/Documentation/cmd-stream-events.txt
index 6da0ef0242..0a4c209e49 100644
--- a/Documentation/cmd-stream-events.txt
+++ b/Documentation/cmd-stream-events.txt
@@ -45,7 +45,7 @@ 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*,
-*draft-published*, *change-abandoned*, *change-restored*,
+*draft-published*, *change-deferred*, *change-abandoned*, *change-restored*,
*change-merged*, *merge-failed*, *comment-added*, *ref-updated* and
*reviewer-added*.
@@ -74,6 +74,18 @@ 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]
+
+reason:: Reason for deferring the change.
+
Change Abandoned
^^^^^^^^^^^^^^^^
type:: "change-abandoned"