Authorization: Bearer ********************
{
"ssh_keys": [
0
],
"allow_root_password_login": true,
"restart": false
}
curl --location --request PATCH 'https://api.vpsbg.eu/v1/servers//ssh-keys' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ssh_keys": [
0
],
"allow_root_password_login": true,
"restart": false
}'
{}