From 0a24132fa43856e5a744b0dbe4b7d6ebcc7a2fd2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 15 Feb 2021 18:01:48 +0100 Subject: [PATCH] Documentation: avoid * in ref expressions. AsciiDoctor randomly transforms them into boldface markers. Change-Id: I41216b85149a8d63df6cfdac1acbd51f48e7c1b2 --- Documentation/rest-api-changes.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 9876b53584..096b068040 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -14,10 +14,11 @@ link:rest-api.html[REST API]. 'POST /changes/' -- -The change input link:#change-input[ChangeInput] entity must be provided in the -request body. It is not allowed to create changes on refs/tags/* or Gerrit -internal refs such as refs/changes/*, refs/meta/external-ids/*, refs/users/*, -etc.. and the request would fail with `400 Bad Request` in this case. +The change input link:#change-input[ChangeInput] entity must be +provided in the request body. It is not allowed to create changes +under `refs/tags/` or Gerrit internal ref namespaces such as +`refs/changes/`, `refs/meta/external-ids/`, and `refs/users/`. The +request would fail with `400 Bad Request` in this case. To create a change the calling user must be allowed to link:access-control.html#category_push_review[upload to code review].