From 347216e6a030c497d0f7b5331488326556ad60e2 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 11 Jul 2014 15:57:44 +0900 Subject: [PATCH] Add documentation of review category strategy username preference The USERNAME option was added, but was not mentioned in the documentation. Change-Id: Icd13f6a17de1717ab0952e46b17e2872c9e8ca14 --- Documentation/rest-api-accounts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index 9e96484601..11a482f614 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -1350,7 +1350,7 @@ Whether to show the change sizes as colored bars in the change table. Whether to show change number in the change table. |`review_category_strategy` || The strategy used to displayed info in the review category column. -Allowed values are `NONE`, `NAME`, `EMAIL`, `ABBREV`. +Allowed values are `NONE`, `NAME`, `EMAIL`, `USERNAME`, `ABBREV`. |`comment_visibility_strategy` || The strategy used to display the comments. Allowed values are `COLLAPSE_ALL`, `EXPAND_MOST_RECENT`, `EXPAND_RECENT`, `EXPAND_ALL`. @@ -1399,7 +1399,7 @@ Whether to show the change sizes as colored bars in the change table. Whether to show change number in the change table. |`review_category_strategy` |optional| The strategy used to displayed info in the review category column. -Allowed values are `NONE`, `NAME`, `EMAIL`, `ABBREV`. +Allowed values are `NONE`, `NAME`, `EMAIL`, `USERNAME`, `ABBREV`. |`comment_visibility_strategy` |optional| The strategy used to display the comments. Allowed values are `COLLAPSE_ALL`, `EXPAND_MOST_RECENT`, `EXPAND_RECENT`, `EXPAND_ALL`.