ConfigurationUpdateResponse
Response for configuration update.
successSuccess (boolean)required
requires_restartRequires Restart (boolean)required
error object
anyOf
- string
- null
string
effective_value object
anyOf
- Option 1
- null
ConfigurationUpdateResponse
{
"success": true,
"requires_restart": true,
"error": "string"
}