Closed
Description
Currently i can only disable / enable deploykeys that have been created with the project. I have an existing deploy key that is already in use in other projects which i want to enable. But i get an exception in that case:
gitlabProject.keys.enable(12)
AttributeError: 'ProjectKeyManager' object has no attribute 'enable'
Is there a way to make this possible?