summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-11 06:47:55 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-19 07:23:50 +0200
commit79c4682549aa589644b933396f53c4fd60ec8dc7 (patch)
treeaa6c8f804c9bb8ae0d7cbb450ca89defd45c0b38
parent66d8f3075e0812b36bd36bbd99d0dbd88b0ff1d7 (diff)
downloadgitlab-79c4682549aa589644b933396f53c4fd60ec8dc7.tar.gz
Add docs for the `files` arg in http_*
-rw-r--r--gitlab/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index b8a6e30..140c916 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -647,6 +647,7 @@ class Gitlab(object):
post_data (dict): Data to send in the body (will be converted to
json)
streamed (bool): Whether the data should be streamed
+ files (dict): The files to send to the server
**kwargs: Extra data to make the query (e.g. sudo, per_page, page)
Returns:
@@ -809,6 +810,7 @@ class Gitlab(object):
query_data (dict): Data to send as query parameters
post_data (dict): Data to send in the body (will be converted to
json)
+ files (dict): The files to send to the server
**kwargs: Extra data to make the query (e.g. sudo, per_page, page)
Returns: