Fix type in API doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
c9e31875dc
commit
79afb001ad
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue