Copies an SSH key from this project into another project owned by the current user.
POST
/v1/projects/:projectId/ssh-keys/:sshKeyId/copyCreates an independent copy of the key in the target project and returns the new key. The source key is left unchanged. The target project must be different from the source project, and both must be owned by the current user.
Request
Responses
- 200
- 404
The SSH key was copied; the new key is returned.
The source SSH key was not found, or a referenced project is not owned by the current user.