verify=yes to poll and get a per-server report instead of the bare acknowledgement.config-server targets one server and skips replication entirely. Name a hostname and the value is written on that server only — nothing is published, and no other server ever sees it. Two things follow, and neither is a bug:config-server override reads as config-in-sync: no, exactly like accidental drift.404.400; there is nothing to preserve.Super User scope.Authorization: Bearer ********************verify=yes this is the bare {code, message} acknowledgement; with it, a per-server report of what has actually landed.curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/nmsconfig/SMTP_HOST?verify=undefined&verify-timeout=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"config-value": "string",
"config-geo": "yes",
"config-server": "core1.example.com"
}'{
"code": 0,
"message": "string"
}