/v1/api/spsettings/global/update (POST) - BlueCat DNS Edge

DNS Edge User Guide

Locale
English
Product name
BlueCat DNS Edge
Changes the current global settings.
Attention: Settings APIs are deprecated as of DNS Edge v3.0. Refer to the Namespaces APIs instead.
POST https://api-<DNS.Edge.URL>/v1/api/spSettings/global/update
Authorization: Bearer authorization token
Content-type: application/JSON
{
"servers": ["ipAddress: "123.123.123.123"], 
...
}

Successful response

200 — OK
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action