From 724b24c6eea450f53aebcfd87656815767779187 Mon Sep 17 00:00:00 2001 From: Logan Hanks Date: Fri, 14 Jul 2017 10:01:05 -0700 Subject: [PATCH] Fix name of has_review_started property in docs Bug: Issue 6651 Change-Id: I4321ed6c0826806d1a6d8f2e8305eb5a904cb266 --- Documentation/rest-api-changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 89012433f8..8e9d498810 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -5727,7 +5727,7 @@ problems with this change. Only set if link:#check[CHECK] is set. When present, change is marked as private. |`work_in_progress` |optional, not set if `false`| When present, change is marked as Work In Progress. -|`has_started_review` |optional, not set if `false`| +|`has_review_started` |optional, not set if `false`| When present, change has been marked Ready at some point in time. |==================================