docs: update ssh key description (#16602)

Fixes: https://github.com/coder/coder/issues/15672
This commit is contained in:
Marcin Tojek
2025-02-18 13:06:19 +01:00
committed by GitHub
parent 420855dc55
commit 7fd04d4c54
4 changed files with 12 additions and 7 deletions

1
coderd/apidoc/docs.go generated
View File

@ -11800,6 +11800,7 @@ const docTemplate = `{
"format": "date-time"
},
"public_key": {
"description": "PublicKey is the SSH public key in OpenSSH format.\nExample: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID3OmYJvT7q1cF1azbybYy0OZ9yrXfA+M6Lr4vzX5zlp\\n\"\nNote: The key includes a trailing newline (\\n).",
"type": "string"
},
"updated_at": {