PUT api/2.0/settings/dns
Saves the DNS settings specified in the request to the current portal.
Name |
Description |
Type |
Example |
DnsName
sent in body
|
DNS
|
System.String
|
|
Enable
sent in body
|
Enabled or not
|
System.Boolean
|
|
PUT api/2.0/settings/dns
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"DnsName": "some text",
"Enable": true
}
Message about changing DNS