UpdateSettingRequest
Update setting request
change_reasonstring | nullnullable
Optional reason for the change (for audit log)
Example:
Increased concurrency for faster scanningvaluestringrequired
New value for the setting
Example:
8UpdateSettingRequest
{
"change_reason": "Increased concurrency for faster scanning",
"value": "8"
}