We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cadace commit 6349692Copy full SHA for 6349692
docs/developers/operations-api/components.md
@@ -362,7 +362,7 @@ _Operation is restricted to super_user roles only_
362
{
363
"operation": "update_ssh_key",
364
"name": "harperdb-private-component",
365
- "key": "-----BEGIN OPENSSH PRIVATE KEY-----\nthis\nis\na\nNEWFAKE\nkey\n-----END OPENSSH PRIVATE KEY-----",
+ "key": "-----BEGIN OPENSSH PRIVATE KEY-----\nthis\nis\na\nNEWFAKE\nkey\n-----END OPENSSH PRIVATE KEY-----\n",
366
"host": "harperdb-private-component.github.com",
367
"hostname": "github.com"
368
}
0 commit comments