v1
latestOpenAPI 3.0.12026-07-227292131.4 KBme
Create an SSH key
Create an SSH public key for the current authenticated user.
post/me/ssh-keys
Request body
Example request
{
"sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBn... user@host",
"name": "My SSH key"
}Response
Successfully created an SSH key.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000"
}