Clarify name member of ProjectInput entity in REST API documentation

If the `name` field ends with `.git`, the suffix is automatically
removed. Clarify this in the documentation.

Change-Id: I0f574a9398de9e693b422db92e786fe10cd74f3b
This commit is contained in:
David Pursehouse
2015-02-03 14:19:09 +09:00
parent 6404f30051
commit 8c5ad416b0

View File

@@ -2172,7 +2172,8 @@ a new project.
|Field Name ||Description
|`name` |optional|
The name of the project (not encoded). +
If set, must match the project name in the URL.
If set, must match the project name in the URL. +
If name ends with `.git` the suffix will be automatically removed.
|`parent` |optional|
The name of the parent project. +
If not set, the `All-Projects` project will be the parent project.