You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a new deploy key for a project. If deploy key already exists in another project - it will be joined to project but only if original one was is accessible by same user
514
+
515
+
Parameters:
516
+
517
+
*`{String}``id` (required) - The ID or NAMESPACE/PROJECT_NAME of a project
518
+
*`{String}``title` (required) - New deploy key's title
519
+
*`{String}``key` (required) - New deploy key
520
+
521
+
#### client.deployKeys.remove({id, key_id})
522
+
523
+
Delete a deploy key from a project.
524
+
525
+
Parameters:
526
+
527
+
*`{String}``id` (required) - The ID or NAMESPACE/PROJECT_NAME of a project
528
+
*`{String}``key_id` (required) - The ID of the deploy key
0 commit comments