We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206be8f commit 6684c13Copy full SHA for 6684c13
gitlab/v4/objects.py
@@ -876,7 +876,7 @@ class ProjectEventManager(BaseManager):
876
877
878
class ProjectFork(GitlabObject):
879
- _url = '/projects/fork/%(project_id)s'
+ _url = '/projects/%(project_id)s/fork'
880
canUpdate = False
881
canDelete = False
882
canList = False
0 commit comments