From 9d8ec424d55874215330a89181e047c1d22f7778 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 24 Dec 2014 00:52:09 +0100 Subject: [PATCH] Create change: Document base_change input parameter Change-Id: I1232cfd13fe09e76c22791cafa398103dd9f8302 --- Documentation/rest-api-changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 750bb2ac53..3d583e0ac5 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -3377,6 +3377,9 @@ Only set on either the last or the first change that is returned. |`problems` |optional| A list of link:#problem-info[ProblemInfo] entities describing potential problems with this change. Only set if link:#check[CHECK] is set. +|`base_change` |optional| +A link:#change-id[\{change-id\}] that identifies the base change for a create +change operation. Only used for the link:#create-change[CreateChange] endpoint. |================================== [[related-changes-info]]