summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShashwat Kumar <forwardtoshashwat@gmail.com>2021-12-16 02:29:56 +0530
committerJohn Villalovos <john@sodarock.com>2021-12-19 23:25:08 -0800
commitfed613f41a298e79a975b7f99203e07e0f45e62c (patch)
treea6a07c522ee1a1fc2e7c3e6fe9c3056b3100a2d9
parent3ee061c270de3e3becbcaccaed20ffeba833808e (diff)
downloadgitlab-fed613f41a298e79a975b7f99203e07e0f45e62c.tar.gz
docs(project): remove redundant encoding parameter
-rw-r--r--docs/gl_objects/projects.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst
index 10f5aaf..3ff7241 100644
--- a/docs/gl_objects/projects.rst
+++ b/docs/gl_objects/projects.rst
@@ -372,7 +372,6 @@ Create a new file::
'content': file_content,
'author_email': 'test@example.com',
'author_name': 'yourname',
- 'encoding': 'text',
'commit_message': 'Create testfile'})
Update a file. The entire content must be uploaded, as plain text or as base64