updateSshKey
Update SSH Key
PATCH /ssh-keys/{ssh-key-id} HTTP/1.1Parameters
{
"name": {
"description": "The user-supplied name for this SSH Key.",
"required": false,
"location": "body",
"type": "string"
},
"ssh_key": {
"description": "The SSH Key.",
"required": false,
"location": "body",
"type": "string"
}
}