modify_config


Description:

[ Version ( since = "2.0.0" ) ]
public bool modify_config (string section, string key, string value, Cancellable? cancellable = null) throws Error

Modifies a daemon config option.

The daemon will only respond to this request with proper permissions.

Parameters:

this

a Client

section

config section, e.g. `redfish`

key

config key, e.g. `DisabledPlugins`

value

config value, e.g. `*`

cancellable

optional Cancellable

Returns:

true for success