Skip to main content
PATCH
Update SSH Key

Authorizations

Authorization
string
header
required

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

Path Parameters

ssh_key_id
string<uuid>
required

SSH Key UUID

Body

application/json
team_id
string<uuid>
required
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

name
string
required
Example:

"Updated Server Key"

ssh_key
string
required
Example:

"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname"

Response

SSH key updated successfully