diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-11-28 22:15:12 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-11-30 12:48:10 +0100 |
commit | dd5f71138ce98522b1324319fbd60f665b3d1337 (patch) | |
tree | b38280db9abdfc377848c3826801a310cb12f48b /doc | |
parent | 060ec3d77d3d4a1e81510e07469db411fb66e3bd (diff) | |
download | gitlab-ce-dd5f71138ce98522b1324319fbd60f665b3d1337.tar.gz |
Grapify the files APIgrapify-files-api
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/repository_files.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md index 1bc6a24e914..b8c9eb2c9a8 100644 --- a/doc/api/repository_files.md +++ b/doc/api/repository_files.md @@ -60,7 +60,7 @@ Parameters: - `file_path` (required) - Full path to new file. Ex. lib/class.rb - `branch_name` (required) - The name of branch -- `encoding` (optional) - 'text' or 'base64'. Text is default. +- `encoding` (optional) - Change encoding to 'base64'. Default is text. - `author_email` (optional) - Specify the commit author's email address - `author_name` (optional) - Specify the commit author's name - `content` (required) - File content @@ -89,7 +89,7 @@ Parameters: - `file_path` (required) - Full path to file. Ex. lib/class.rb - `branch_name` (required) - The name of branch -- `encoding` (optional) - 'text' or 'base64'. Text is default. +- `encoding` (optional) - Change encoding to 'base64'. Default is text. - `author_email` (optional) - Specify the commit author's email address - `author_name` (optional) - Specify the commit author's name - `content` (required) - New file content |