mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
docs: update ssh key description (#16602)
Fixes: https://github.com/coder/coder/issues/15672
This commit is contained in:
1
coderd/apidoc/docs.go
generated
1
coderd/apidoc/docs.go
generated
@ -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": {
|
||||
|
Reference in New Issue
Block a user