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 9259041 commit d71800bCopy full SHA for d71800b
gitlab/v4/objects.py
@@ -839,7 +839,7 @@ class ProjectEnvironmentManager(BaseManager):
839
840
841
class ProjectKey(GitlabObject):
842
- _url = '/projects/%(project_id)s/keys'
+ _url = '/projects/%(project_id)s/deploy_keys'
843
canUpdate = False
844
requiredUrlAttrs = ['project_id']
845
requiredCreateAttrs = ['title', 'key']
0 commit comments