Document which permissions are needed to create a change via REST

Change-Id: I46bc0e4db5adb27bc83fca5afa2ba4f4dbe10361
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-01-25 08:39:41 +01:00
parent 5e74b4b991
commit 088eeb9ae4

View File

@ -16,6 +16,9 @@ link:rest-api.html[REST API].
The change input link:#change-input[ChangeInput] entity must be provided in the
request body.
To create a change the calling user must be allowed to
link:access-control.html#category_push_review[upload to code review].
.Request
----
POST /changes/ HTTP/1.0