Fix option name for rebase on behalf of uploader in the documentation
The actual name of the option that is returned by the backend is
'rebase_on_behalf_of_uploader'.
Release-Notes: skip
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ic2c3c5bc8fd38193a9efd9af9d9873318845820a
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 8586840..fe901e7 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -6701,7 +6701,7 @@
link:access-control.html#category_submit[Submit] or
link:access-control.html#category_rebase[Rebase] permission if they
have the link:access-control.html#category_push[Push] permission.
-|`rebase` |`rebase_on_behalf_of`|
+|`rebase` |`rebase_on_behalf_of_uploader`|
Present if the user can rebase the change on behalf of the uploader. +
This is the case for the change owner and users with the
link:access-control.html#category_submit[Submit] or
@@ -6714,7 +6714,7 @@
link:access-control.html#category_submit[Submit] or
link:access-control.html#category_rebase[Rebase] permission if they
have the link:access-control.html#category_push[Push] permission.
-|`rebase:chain`|`rebase_on_behalf_of`|
+|`rebase:chain`|`rebase_on_behalf_of_uploader`|
Present if the user can rebase the chain on behalf of the uploader. +
This is the case if the calling user can rebase each change in the
chain on behalf of the uploader.+