Configure
get_config()
async
Get the system configuration.
Attention
Requires admin privileges or a privileged Robot account.
Returns:
Type | Description |
---|---|
ConfigurationsResponse
|
The system configuration. |
update_config(config)
async
Fully or partially update the system configuration.
Attention
Requires admin privileges or a privileged Robot account.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config |
Configurations
|
The configuration map can contain a subset of the attributes of the schema, which are to be updated. |
required |