Description
Updates objects requiring a certain behavior that is not covered by the regular update method. This method applies to CNAME, MX, and SRV records, and DNS/DHCP Servers.
Parameters
Name | Description |
---|---|
options |
Location: query Type: string A string containing the update options.
When updating CNAME, MX, and SRV records, only one option is supported: linkToExternalHost=boolean. If true, update will search for the external host record specified in linkedRecordName even if a host record with the same exists under the same DNS View. If the external host record is not present, it will throw an exception. If false, update will search for the host record specified in linkedRecordName. When updating DNS/DHCP Servers, you can configure the
disable=boolean and resetControl=boolean options.
|
body |
Location: body The actual API entity to be updated.
|
Responses
Code | Description |
---|---|
204 |
Type: none None.
|