summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Li <stephenli@google.com>2017-08-23 11:05:23 -0700
committerDavid Pursehouse <dpursehouse@collab.net>2018-03-18 14:27:23 +0900
commitf2679c8dcf77e9d1c0bce442fc44348d413e4cdd (patch)
treef4acd1969aa1b306db16da0ec54304eb5fec5be0
parentb60e7029c03fab793f17528adb92dbff56015313 (diff)
Fix documentation for CreateMergePatchSetForChange REST API endpoint.
-rw-r--r--Documentation/rest-api-changes.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 5c7fa19523..67c8db7bcd 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -536,7 +536,10 @@ to the new merge commit.
Content-Type: application/json; charset=UTF-8
{
- "source": "refs/12/1234/1"
+ "subject": "Merge dev_branch into master",
+ "merge": {
+ "source": "refs/12/1234/1"
+ }
}
----