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
461
+
462
+
Parameters:
463
+
464
+
* `{String}` `id` (required) - The ID or NAMESPACE/PROJECT_NAME of a project
465
+
* `{String}` `title` (required) - New deploy key's title
466
+
* `{String}` `key` (required) - New deploy key
467
+
468
+
#### client.deployKeys.remove({id, key_id})
469
+
470
+
Delete a deploy key from a project.
471
+
472
+
Parameters:
473
+
474
+
* `{String}` `id` (required) - The ID or NAMESPACE/PROJECT_NAME of a project
475
+
* `{String}` `key_id` (required) - The ID of the deploy key
0 commit comments