Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-10 12:43:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-10 12:43:04 +0400
commit79afb001ad1b6233514fb2eb683fd7202e6d324e (patch)
treeb0cd15e9f575dcdd15d46b49ba06d2edfd2a3cec /doc/api/repositories.md
parentc9e31875dc4e27e679aed3f301a8161b45b4ce99 (diff)
Fix type in API doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index b9fb8cc26a8..17f388194d2 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -380,7 +380,7 @@ POST /projects/:id/repository/files
Parameters:
+ `file_name` (required) - The name of new file. Ex. class.rb
-+ `file_path` (optiona) - The path to new file. Ex. lib/
++ `file_path` (optional) - The path to new file. Ex. lib/
+ `branch_name` (required) - The name of branch
+ `content` (required) - File content
+ `commit_message` (required) - Commit message