Skip to content

Commit d71800b

Browse files
author
Gauvain Pocentek
committed
[v4] Update project keys endpoint
1 parent 9259041 commit d71800b

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
@@ -839,7 +839,7 @@ class ProjectEnvironmentManager(BaseManager):
839839

840840

841841
class ProjectKey(GitlabObject):
842-
_url = '/projects/%(project_id)s/keys'
842+
_url = '/projects/%(project_id)s/deploy_keys'
843843
canUpdate = False
844844
requiredUrlAttrs = ['project_id']
845845
requiredCreateAttrs = ['title', 'key']

0 commit comments

Comments
 (0)