CreateSshKeyRequest
Request to register a new SSH public key in a project.
namestringnullable
Human-readable label for the key. Required; at most 128 characters.
publicKeystringnullable
The SSH public key in OpenSSH single-line format (for example ssh-ed25519 AAAA...). Required;
at most 8192 characters; must start with a supported algorithm prefix and contain no line breaks.
CreateSshKeyRequest
{
"name": "string",
"publicKey": "string"
}