Fix type in API doc

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-11-10 10:43:04 +02:00
parent c9e31875dc
commit 79afb001ad
No known key found for this signature in database
GPG Key ID: 2CEAFD2671262EC2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ module API
#
# 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