SSH Key
Get all SSH Keys
Headers
Name
Type
Description
{
sshKeys: [
{
id: number;
alias: string;
publicKey: string;
}
]
}Add a new SSH Key
Headers
Name
Type
Description
Name
Type
Description
Remove a SSH Key
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated