Skip to content
Snippets Groups Projects
Unverified Commit 79afb001 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix type in API doc

parent c9e31875
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment