diff options
author | Shashwat Kumar <forwardtoshashwat@gmail.com> | 2021-12-16 02:29:56 +0530 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-12-19 23:25:08 -0800 |
commit | fed613f41a298e79a975b7f99203e07e0f45e62c (patch) | |
tree | a6a07c522ee1a1fc2e7c3e6fe9c3056b3100a2d9 | |
parent | 3ee061c270de3e3becbcaccaed20ffeba833808e (diff) | |
download | gitlab-fed613f41a298e79a975b7f99203e07e0f45e62c.tar.gz |
docs(project): remove redundant encoding parameter
-rw-r--r-- | docs/gl_objects/projects.rst | 1 |
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 |