summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorRavan Scafi <rscafi@leroymerlin.com.br>2019-08-14 16:31:55 -0300
committerRavan Scafi <rscafi@leroymerlin.com.br>2019-08-14 17:12:11 -0300
commit558ace9b007ff9917734619c05a7c66008a4c3f0 (patch)
treee8a31231793f53e8e9fb6e4dd1ec31f2e7153e33 /gitlab/v4/objects.py
parente8a3585ed0e7dfa2f64f6c3378a598120f5f8167 (diff)
downloadgitlab-558ace9b007ff9917734619c05a7c66008a4c3f0.tar.gz
fix(projects): avatar uploading for projects
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 0f709fe..5637859 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -4463,6 +4463,7 @@ class ProjectManager(CRUDMixin, RESTManager):
"ci_config_path",
),
)
+ _types = {"avatar": types.ImageAttribute}
_list_filters = (
"search",
"owned",