SSH Keys
Add new SSH key
post/v1/sshkeys
Request body
Example request
{
"name": "my-key",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD..."
}Response
Returns the ID of the newly created SSH key
Changes
No recorded changes to this endpoint across all 10 revisions of this API.