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
required

The new value for the SSH key

Example:

"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3..."

Response

SSH key updated successfully

success
boolean
Example:

true

key
object

The updated SSH key data