Description
Updates objects requiring a certain behavior that is not covered by the regular update method. This method only applies to CNAME, MX, and SRV records.
Parameters
Name | Description |
---|---|
options |
Location: query Type: string A string containing the update options. Currently, 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. |
body |
Location: body The actual API entity to be updated. |
Responses
Code | Description |
---|---|
204 |
Type: file None. |