v1
latestOpenAPI 3.0.12026-07-227292131.4 KBme
Update an SSH key.
Update the name of an SSH key owned by the currently authenticated user.
- Users can only update their own keys.
patch/me/ssh-keys/{sshKeyId}
Path parameters
sshKeyIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
The ID of the SSH key
- Must be a valid UUID.
Request body
Example request
{
"name": "My Updated SSH key"
}Response
Successfully updated the SSH key.