Description
Updates the configuration setting.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration in which the setting is to be located.
|
properties |
Location: query Type: string The new properties of the configuration setting to be updated. Only the
disable DNS option inheritance disableDnsOptionInheritance
property is supported. If set to true, DNS options that
have been configured on a zone are not inherited by the child zone. In
the reverse space, DNS options that have been configured on a block are
not inherited by the child block or network.
Note:
|
settingName |
Location: query Type: string The name of the specific setting to be read. Only the option
inheritance
OPTION_INHERITANCE setting is supported.
|
Responses
Code | Description |
---|---|
204 |
Type: none Update the configuration setting.
|