diff options
Diffstat (limited to 'gitlab/v4/objects/deploy_keys.py')
-rw-r--r-- | gitlab/v4/objects/deploy_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/deploy_keys.py b/gitlab/v4/objects/deploy_keys.py index 9233805..f325f69 100644 --- a/gitlab/v4/objects/deploy_keys.py +++ b/gitlab/v4/objects/deploy_keys.py @@ -43,7 +43,7 @@ class ProjectKeyManager(CRUDMixin, RESTManager): """Enable a deploy key for a project. Args: - key_id (int): The ID of the key to enable + key_id: The ID of the key to enable **kwargs: Extra options to send to the server (e.g. sudo) Raises: |