Merge "Document the MergeableInfo entity"
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 74a411f..7f6e879 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -1778,6 +1778,8 @@
   GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/revisions/current/mergeable HTTP/1.0
 ----
 
+As response a link:#mergeable-info[MergeableInfo] entity is returned.
+
 .Response
 ----
   HTTP/1.1 200 OK
@@ -3108,6 +3110,20 @@
 to the value descriptions.
 |===========================
 
+[[mergeable-info]]
+=== MergeableInfo
+The `MergeableInfo` entity contains information about the mergeability of a
+change.
+
+[options="header",width="50%",cols="1,6"]
+|============================
+|Field Name   |Description
+|`submit_type`|
+Submit type used for this change, can be `MERGE_IF_NECESSARY`,
+`FAST_FORWARD_ONLY`, `REBASE_IF_NECESSARY`, `MERGE_ALWAYS` or
+`CHERRY_PICK`.
+|`mergeable`  |
+`true` if this change is cleanly mergeable, `false` otherwise
 
 [[restore-input]]
 === RestoreInput