Skip to main content
PUT
Rename an SSH key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sshKey
integer
required

Body

application/json
name
string
required
Example:

"Updated Key Name"

Response

200 - application/json

Key updated

status
boolean
Example:

true

message
string
Example:

"SSH Key updated successfully."

data
object