Skip to content

Commit 6684c13

Browse files
author
Gauvain Pocentek
committed
[v4] Update project fork endpoint
1 parent 206be8f commit 6684c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ class ProjectEventManager(BaseManager):
876876

877877

878878
class ProjectFork(GitlabObject):
879-
_url = '/projects/fork/%(project_id)s'
879+
_url = '/projects/%(project_id)s/fork'
880880
canUpdate = False
881881
canDelete = False
882882
canList = False

0 commit comments

Comments
 (0)