summaryrefslogtreecommitdiff
path: root/gitlab/v4
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:06:12 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:06:12 +0200
commit6684c13a4f98b4c4b7c8a6af1957711d7cc0ae2b (patch)
treea389378ac3700a808d69aadc85f38edcd875532a /gitlab/v4
parent206be8f517d9b477ee217e8102647df7efa120da (diff)
downloadgitlab-6684c13a4f98b4c4b7c8a6af1957711d7cc0ae2b.tar.gz
[v4] Update project fork endpoint
Diffstat (limited to 'gitlab/v4')
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 26e6474..c38b115 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -876,7 +876,7 @@ class ProjectEventManager(BaseManager):
class ProjectFork(GitlabObject):
- _url = '/projects/fork/%(project_id)s'
+ _url = '/projects/%(project_id)s/fork'
canUpdate = False
canDelete = False
canList = False