Merge "Add Reviewer REST endpoint: Document how to add multiple reviewers at once"
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index fed2e80..b8160db 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -3842,6 +3842,9 @@
 
 Adds one user or all members of one group as reviewer to the change.
 
+NOTE: Adding multiple reviewers at once is possible via the
+link:#set-review[Set Review] REST endpoint.
+
 The reviewer to be added to the change must be provided in the request
 body as a link:#reviewer-input[ReviewerInput] entity.