Skip to content

Commit

Permalink
[v4] Update project keys endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 23, 2017
1 parent 9259041 commit d71800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -839,7 +839,7 @@ class ProjectEnvironmentManager(BaseManager):


class ProjectKey(GitlabObject):
_url = '/projects/%(project_id)s/keys'
_url = '/projects/%(project_id)s/deploy_keys'
canUpdate = False
requiredUrlAttrs = ['project_id']
requiredCreateAttrs = ['title', 'key']
Expand Down

0 comments on commit d71800b

Please sign in to comment.