From fed613f41a298e79a975b7f99203e07e0f45e62c Mon Sep 17 00:00:00 2001 From: Shashwat Kumar Date: Thu, 16 Dec 2021 02:29:56 +0530 Subject: docs(project): remove redundant encoding parameter --- docs/gl_objects/projects.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/gl_objects') 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 -- cgit v1.2.1