Skip to main content
PUT
Update SSH Key

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the SSH key to update

Body

application/json
ssh_key
string

The new value for the SSH key

Example:

"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3..."

Response

Success: {"success": true, "key": {ssh key object}}

success
boolean

Always true

key
object

The updated SSH key record